From cec5653c1e90c015617b257e4f96b7bea69fa74f Mon Sep 17 00:00:00 2001 From: Richard Date: Mon, 18 May 2015 21:44:29 -0600 Subject: [PATCH] Implemented: Add root .editorconfig and settings for CMake files --- .editorconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..0e206493e --- /dev/null +++ b/.editorconfig @@ -0,0 +1,10 @@ +# See 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