tab -> space in editorconfig

This commit is contained in:
Peter Thaleikis 2015-11-30 17:19:01 +13:00
parent eeec7be996
commit cad28ceff1
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ root = true
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = tab
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true