X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=.editorconfig;h=6533c4b0556ce00a0ee70ca6261818a6d6e99fcd;hb=refs%2Fheads%2Ftest%2Fpoll_timeout;hp=17ed7c843111e5eeed4621538f205b27f6bbc610;hpb=fc38ee40136ea17ee4f1fb679042a786cadefba9;p=awesomized%2Flibmemcached 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