Add .editorconfig to the project

Saves time and hassle
This commit is contained in:
Jari Vetoniemi 2020-03-25 22:49:53 +09:00
parent 9dc42914de
commit efd9247f09
1 changed files with 5 additions and 0 deletions

5
.editorconfig Normal file
View File

@ -0,0 +1,5 @@
root=true
[*]
end_of_line = lf
indent_style = tab
indent_size = 4