From 6b56f7d75f6b2ef54ea855b6651a2be1307f34c0 Mon Sep 17 00:00:00 2001 From: rtk0c Date: Tue, 19 Apr 2022 12:45:06 -0700 Subject: Changeset: 14 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