Merge pull request #2980 from eriko/patch-1

set indent_style to valid value
This commit is contained in:
Robin Ward 2014-11-18 15:00:05 -05:00
commit d912cf727f
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ root = true
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = spaces
indent_style = space
indent_size = 2
[*.md]