23 lines
392 B
INI
23 lines
392 B
INI
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
end_of_line =
|
|
insert_final_newline = true
|
|
vc_generate_documentation_comments = doxygen_slash_star
|
|
|
|
[*.{c,h,cpp,hpp,m,mm,js}]
|
|
indent_style = tab
|
|
indent_size = 4
|
|
trim_trailing_whitespace = true
|
|
|
|
[CMakeLists.txt]
|
|
indent_style = space
|
|
indent_size = 4
|
|
trim_trailing_whitespace = true
|
|
|
|
[*.cmake]
|
|
indent_style = space
|
|
indent_size = 4
|
|
trim_trailing_whitespace = true
|