1
0

fix: add editorconfig

This commit is contained in:
Rokas Puzonas 2021-11-25 03:14:25 +02:00
parent 93127b4977
commit 7a92c86b1d

14
.editorconfig Normal file
View File

@ -0,0 +1,14 @@
root=true
[*]
charset = utf-8
end_of_line = lf
indent_style = tab
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true
[*.cs]
indent_style = space
indent_size = 4