diff options
| -rw-r--r-- | .editorconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..275a506ed --- /dev/null +++ b/.editorconfig @@ -0,0 +1,6 @@ + +root = true + +[*.{odin,c,h,cpp}] +indent_style = tab +end_of_line = lf |