set space indentation format options in editorconfig

This commit is contained in:
Eliot Jones
2018-01-16 08:17:21 +00:00
parent 69736d80cb
commit eea5d3a249

View File

@@ -1,2 +1,4 @@
root = true
[*.cs]
[*.cs]
indent_style = space
indent_size = 4