This website works better with JavaScript
Home
Explore
Help
Sign In
c
/
odin-lang.Odin
mirror of
https://github.com/odin-lang/Odin
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
add .editorconfig
flysand7
1 year ago
parent
9afee7e8d2
commit
ba5df8edca
1 changed files
with
6 additions
and
0 deletions
Split View
Show Diff Stats
6
0
.editorconfig
+ 6
- 0
.editorconfig
View File
@@ -0,0 +1,6 @@
+
+root = true
+
+[*.{odin,c,h,cpp}]
+indent_style = tab
+end_of_line = lf