Add .editorconfig

As a portable way to ensure *.scd files will always use tabs.
This commit is contained in:
fox.cpp
2019-11-15 21:06:57 +03:00
parent bcc0fe3f58
commit c90c9cc4a9
2 changed files with 10 additions and 2 deletions

10
.editorconfig Normal file
View File

@@ -0,0 +1,10 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.{scd,go}]
indent_style = tab
indent_size = 4