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

5
.editorconfig Normal file
View file

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