editorconfig: update for new clang-format config
This commit is contained in:
@@ -3,18 +3,18 @@
|
|||||||
charset = utf-8
|
charset = utf-8
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
indent_style = tab
|
indent_style = space
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
max_line_length = 120
|
max_line_length = 99
|
||||||
|
|
||||||
# CMake & Text
|
# CMake & Text
|
||||||
[*.{cmake,txt}]
|
[*.{cmake,txt}]
|
||||||
charset = utf-8
|
charset = utf-8
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
indent_style = tab
|
indent_style = space
|
||||||
indent_size = 4
|
indent_size = 2
|
||||||
max_line_length = 120
|
max_line_length = 99
|
||||||
|
|
||||||
# Python
|
# Python
|
||||||
[*.py]
|
[*.py]
|
||||||
@@ -30,9 +30,9 @@ max_line_length = 120
|
|||||||
charset = utf-8
|
charset = utf-8
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
indent_style = tab
|
indent_style = space
|
||||||
indent_size = 4
|
indent_size = 2
|
||||||
max_line_length = 120
|
max_line_length = 99
|
||||||
|
|
||||||
# reStructuredText
|
# reStructuredText
|
||||||
[*.rst]
|
[*.rst]
|
||||||
|
Reference in New Issue
Block a user