diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..244743e97 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,7 @@ +# top-most EditorConfig file +root = true + +[*.{h,c,cpp,hpp,cc,cxx}] +indent_style = space +indent_size = 2 +indent_brace_style = K&R