diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..591d2f7 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,14 @@ +# http://editorconfig.org + +root = true + +[*] +tab_width = 4 + +[*.{c,h,cpp,hpp,cc,hh,inl,m,mm,rc}] +indent_style = space +indent_size = 4 + +[{CMakeLists.txt,*.cmake}] +indent_style = space +indent_size = 4