committed by
Colby Klein
parent
48277254bd
commit
a110070c07
+6
-2
@@ -3,12 +3,16 @@ root = true
|
||||
|
||||
[*]
|
||||
indent_style = tab
|
||||
indent_size = 8
|
||||
end_of_line = crlf
|
||||
indent_size = 4
|
||||
end_of_line = lf
|
||||
charset = utf-8
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
||||
|
||||
[*.cmake]
|
||||
indent_size = 2
|
||||
indent_style = space
|
||||
|
||||
[*.txt]
|
||||
indent_style = space
|
||||
|
||||
|
||||
Reference in New Issue
Block a user