fix editorconfig for clion
authorMichael Wallner <mike@php.net>
Tue, 13 Oct 2020 16:36:27 +0000 (18:36 +0200)
committerMichael Wallner <mike@php.net>
Tue, 13 Oct 2020 16:36:27 +0000 (18:36 +0200)
.editorconfig

index 17ed7c843111e5eeed4621538f205b27f6bbc610..6533c4b0556ce00a0ee70ca6261818a6d6e99fcd 100644 (file)
@@ -6,20 +6,20 @@ end_of_line = lf
 insert_final_newline = true
 trim_trailing_whitespace = true
 
-[*.{C,c{,c,pp,xx},h{,h,pp,xx}}]
+[*.{C,c,cc,cpp,cxx,H,h,hh,hpp,hxx}]
 indent_style = space
 indent_size = 2
 
-[*.yml]
+[*.{yml,yaml}]
 indent_style = space
 indent_size = 2
 
-[*.{rst,m{,{,ark}d{,own}}}}]
+[*.{rst,md}]
 trim_trailing_whitespace = false
 indent_style = space
 indent_size = 4
 
-[{CMake{Lists,Config}.txt,*.cmake}]
+[{CMakeLists.txt,CmakeConfig.txt,CMakeVersions.txt,*.cmake}]
 indent_style = space
 indent_size = 4