From 83f7e6d42473b23acc5c138afe0c4402a4a81525 Mon Sep 17 00:00:00 2001 From: Henric Jungheim Date: Sun, 18 Dec 2022 13:04:51 -0700 Subject: [PATCH] Add .editorconfig --- .editorconfig | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..9ef8180 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,14 @@ +root = true + +[*] +charset = utf-8 +insert_final_newline = true +trim_trailing_whitespace = true + +[*.{h,cpp}] +indent_style = space +indent_size = 2 + +[{CMakeLists.txt,*.cmake}] +indent_style = space +indent_size = 2