Add .editorconfig to the project

Saves time and hassle
This commit is contained in:
Jari Vetoniemi 2020-03-25 22:49:53 +09:00 committed by Jonas Kulla
parent 19eb11feb6
commit 6743b5a79c
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