Add .editorconfig

This commit is contained in:
Marius Greuel
2020-03-10 22:36:00 +02:00
parent 286a28f5d4
commit 35e10d950c
2 changed files with 11 additions and 0 deletions

6
.editorconfig Normal file
View File

@@ -0,0 +1,6 @@
# To learn more about .editorconfig see https://aka.ms/editorconfigdocs
[*]
indent_style = space
indent_size = 4
tab_width = 8