Add .editorconfig

This commit is contained in:
Marius Greuel
2020-03-10 22:36:00 +02:00
parent d4c7ef19bf
commit 4e5caf952e
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