diff --git a/.editorconfig b/.editorconfig index b3a06bd..3ea063d 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,13 +7,12 @@ charset = utf-8 end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true +indent_style = space [*{c,cpp,cxx,h,hpp,hxx,cmake}] -indent_style = space indent_size = 4 [CMakeLists.txt] -indent_style = space indent_size = 4 [*.yml]