Spaces not tabs for editorconfig

This commit is contained in:
Daniel Compton 2016-08-24 12:18:37 +12:00
parent 2bfee2d62c
commit 5aa9fcf6c8
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
root = true
[*]
indent_style = tab
indent_style = space
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true