Skip to content

Commit

Permalink
Use indent size instead of tab_width
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz committed Jul 27, 2016
1 parent 1936dcc commit c1ead2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ root = true
# Unix-style newlines with a newline ending every file
[*]
indent_style = space
tab_width = 1
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
Expand Down

0 comments on commit c1ead2b

Please sign in to comment.