Initial release
This commit is contained in:
+22
@@ -0,0 +1,22 @@
|
||||
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
|
||||
Reference in New Issue
Block a user