Skip to content

Commit

Permalink
simplify .editorconfig a lot
Browse files Browse the repository at this point in the history
  • Loading branch information
christianparpart committed Nov 20, 2023
1 parent 6d670f6 commit 9c3073d
Showing 1 changed file with 1 addition and 56 deletions.
57 changes: 1 addition & 56 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,22 +1,6 @@
root = true

[*.sh]
indent_style = space
indent_size = 4
insert_final_newline = true
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true

[*.h]
indent_style = space
indent_size = 4
insert_final_newline = true
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true

[*.cpp]
[*]
indent_style = space
indent_size = 4
insert_final_newline = true
Expand All @@ -25,49 +9,10 @@ charset = utf-8
trim_trailing_whitespace = true

[*.md]
indent_style = space
indent_size = 2
insert_final_newline = true
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true

[*.xml]
indent_style = space
indent_size = 2
insert_final_newline = true
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true

[*.yml]
indent_style = space
indent_size = 4
insert_final_newline = true
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true

[.github/**/*.yml]
indent_style = space
indent_size = 2
insert_final_newline = true
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true

[CMakeLists.txt]
indent_style = space
indent_size = 4
insert_final_newline = true
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true

[*.cmake]
indent_style = space
indent_size = 4
insert_final_newline = true
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true

0 comments on commit 9c3073d

Please sign in to comment.