Sfoglia il codice sorgente

Implemented: Add root .editorconfig and settings for CMake files

Richard 10 anni fa
parent
commit
cec5653c1e
1 ha cambiato i file con 10 aggiunte e 0 eliminazioni
  1. 10 0
      .editorconfig

+ 10 - 0
.editorconfig

@@ -0,0 +1,10 @@
+# See <http://EditorConfig.org> for details
+
+root = true
+
+[CMakeLists.txt,*.cmake{,.in}]
+end_of_line = lf
+insert_final_newline = true
+trim_trailing_whitespace = true
+indent_size = 2
+indent_style = space