Merge pull request #110 from spekulatius/patch-1

tab -> space in editorconfig
This commit is contained in:
Damian Mooyman 2017-03-01 13:00:09 +13:00 committed by GitHub
commit 18a5348caa

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