Skip to content

Commit 430a6c6

Browse files
committed
fix editorconfig for clion
1 parent 7e2b466 commit 430a6c6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.editorconfig

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,20 @@ end_of_line = lf
66
insert_final_newline = true
77
trim_trailing_whitespace = true
88

9-
[*.{C,c{,c,pp,xx},h{,h,pp,xx}}]
9+
[*.{C,c,cc,cpp,cxx,H,h,hh,hpp,hxx}]
1010
indent_style = space
1111
indent_size = 2
1212

13-
[*.yml]
13+
[*.{yml,yaml}]
1414
indent_style = space
1515
indent_size = 2
1616

17-
[*.{rst,m{,{,ark}d{,own}}}}]
17+
[*.{rst,md}]
1818
trim_trailing_whitespace = false
1919
indent_style = space
2020
indent_size = 4
2121

22-
[{CMake{Lists,Config}.txt,*.cmake}]
22+
[{CMakeLists.txt,CmakeConfig.txt,CMakeVersions.txt,*.cmake}]
2323
indent_style = space
2424
indent_size = 4
2525

0 commit comments

Comments
 (0)