diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..84678469 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root = true + +# find plugin for your editor here: http://editorconfig.org/#download +[*.{cpp,h,chai,inc}] +indent_style = space +indent_size = 3 +end_of_line = lf +trim_trailing_whitespace = true +indent_brace_style = Allman