From 430a6c68dab02d7cd7495cbd6a882f9e657deae7 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Tue, 13 Oct 2020 18:36:27 +0200 Subject: [PATCH] fix editorconfig for clion --- .editorconfig | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.30.2