Set default indentation size (#1516)

Updates the .editorconfig to display tabs as four spaces.
This commit is contained in:
Valtteri Laitinen 2018-08-19 17:56:44 +03:00 committed by James DiGioia
parent c322fc802b
commit e63d159729
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ root = true
insert_final_newline = false
charset = utf-8
indent_style = tab
indent_size = 4
[tests/languages/**.test]
end_of_line = crlf