Add .editorconfig to the project
Saves time and hassle
This commit is contained in:
parent
9dc42914de
commit
efd9247f09
1 changed files with 5 additions and 0 deletions
5
.editorconfig
Normal file
5
.editorconfig
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
root=true
|
||||||
|
[*]
|
||||||
|
end_of_line = lf
|
||||||
|
indent_style = tab
|
||||||
|
indent_size = 4
|
Loading…
Add table
Reference in a new issue