Explorar el Código

Implemented: Add root .editorconfig and settings for CMake files

Richard hace 10 años
padre
commit
cec5653c1e
Se han modificado 1 ficheros con 10 adiciones y 0 borrados
  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