diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000000..87496c115e --- /dev/null +++ b/.editorconfig @@ -0,0 +1,6 @@ +root = true + +[*.{c,cpp,cc,h,hpp}] +indent_style = tab +tab_width = 8 +max_line_length = 120