From: Michael Wallner Date: Tue, 13 Oct 2020 16:36:27 +0000 (+0200) Subject: fix editorconfig for clion X-Git-Tag: 1.1.0-beta1~235 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=430a6c68dab02d7cd7495cbd6a882f9e657deae7;p=awesomized%2Flibmemcached fix editorconfig for clion --- diff --git a/.editorconfig b/.editorconfig index 17ed7c84..6533c4b0 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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