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