Skip to content

Commit

Permalink
.editorconfig: Set line length to 80
Browse files Browse the repository at this point in the history
And alphabetize properties.
  • Loading branch information
sophiebits committed Dec 31, 2013
1 parent f871147 commit 3defe88
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
root = true

[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
max_line_length = 80
trim_trailing_whitespace = true

[*.md]
Expand Down

0 comments on commit 3defe88

Please sign in to comment.