diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..116ccb4 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,15 @@ +# Top-most EditorConfig file +root = true + +# Unix-style newlines +[*] +charset = utf-8 +insert_final_newline = true +trim_trailing_whitespace = true +indent_style = space + +[{*.cmake,CMakeLists.txt,*.yml}] +indent_size = 2 + +[*.{h,hpp,c,cpp}] +indent_size = 4