From 54e2e09ef1203d71e503c79d2eddadfa71b88322 Mon Sep 17 00:00:00 2001 From: hnOsmium0001 Date: Tue, 19 Apr 2022 12:45:06 -0700 Subject: Add .editorconfig --- .editorconfig | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .editorconfig (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..ce922ba --- /dev/null +++ b/.editorconfig @@ -0,0 +1,19 @@ +# http://editorconfig.org +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true + +[*.cmake,CMakeLists.txt] +indent_style = tab + +[*.{h,c,hpp,cpp,inl}] +indent_style = tab + +[*.md] +trim_trailing_whitespace = false -- cgit v1.2.3-70-g09d2