Implemented: Add root .editorconfig and settings for CMake files

pull/566/head
Richard 2015-05-18 21:44:29 -06:00
parent 09b288197b
commit cec5653c1e
1 changed files with 10 additions and 0 deletions

10
.editorconfig 100644
View File

@ -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