Set 4 space indentation in .editorconfig

This commit is contained in:
Fredrik Fornwall 2016-03-15 00:09:10 +01:00
parent 493900d60b
commit 5b8eca46a1
1 changed files with 2 additions and 0 deletions

View File

@ -12,3 +12,5 @@ root = true
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 4