diff --git a/code/.editorconfig b/code/.editorconfig new file mode 100644 index 000000000..4a194a317 --- /dev/null +++ b/code/.editorconfig @@ -0,0 +1,8 @@ +# See for details + +[*.{h,hpp,c,cpp}] +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true +indent_size = 4 +indent_style = space