diff options
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..58421c055 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root = true # Top-most editorconfig file + +[*] +end_of_line = lf +tab_width = 8 +indent_size = 2 + +[*.[ch]] +indent_size = 4 |