|
root = true
|
|
|
|
[**.{cpp,h,java,mm,cs}]
|
|
indent_style = spaces
|
|
indent_size = 4
|
|
charset = utf-8
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
|
|
[**.{json,html}]
|
|
indent_style = tab
|
|
charset = utf-8
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|