Browse Source

add .editorconfig

flysand7 1 year ago
parent
commit
ba5df8edca
1 changed files with 6 additions and 0 deletions
  1. 6 0
      .editorconfig

+ 6 - 0
.editorconfig

@@ -0,0 +1,6 @@
+
+root = true
+
+[*.{odin,c,h,cpp}]
+indent_style = tab
+end_of_line = lf