Skip to content

Commit 6319073

Browse files
committed
tooling: Clean up editorconfig
1 parent 6b9b419 commit 6319073

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

.editorconfig

+5-9
Original file line numberDiff line numberDiff line change
@@ -7,26 +7,22 @@ insert_final_newline = true
77
charset = utf-8
88
indent_style = space
99
indent_size = 4
10+
trim_trailing_whitespace = true
1011

1112
[Makefile*]
1213
indent_style = tab
1314

14-
[*.json]
15+
[*.{json,yaml,yml}]
1516
indent_size = 2
16-
trim_trailing_whitespace = true
1717

18-
[*.{h,hpp,c,cc,cpp}]
18+
[*.{h,hpp,c,cc,cpp,hxx,cxx}]
1919
indent_size = 2
20-
trim_trailing_whitespace = true
2120

22-
[*.json]
23-
indent_size = 2
24-
trim_trailing_whitespace = true
21+
[*.lua]
22+
indent_size = 4
2523

2624
[*.html]
2725
indent_size = 2
28-
trim_trailing_whitespace = true
2926

3027
[*.rst]
3128
indent_size = 4
32-
trim_trailing_whitespace = true

0 commit comments

Comments
 (0)