diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..3bc651366 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,14 @@ +root = true + +[*] +end_of_line = lf + +[*.py] +indent_style = space +indent_size = 4 +wrap_width = 80 + +[*.{hpp,hxx,h,cpp,cxx,cc,c}] +indent_style = space +indent_size = 2 +wrap_width = 90