diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..9c2cd3570 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,5 @@ +root = true + +[*.{c,cpp,cu,h,hpp,inl}] +indent_style = tab +indent_size = 5 \ No newline at end of file