Skip to content

Commit

Permalink
Add all the major settings to .editorconfig.
Browse files Browse the repository at this point in the history
And sort them alphabetically.
  • Loading branch information
garyking committed Aug 5, 2016
1 parent 710edc4 commit 4c88ee9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .editorconfig
Expand Up @@ -3,10 +3,12 @@ root = true

# All files
[*]
indent_style = space
charset = utf-8
end_of_line = lf
indent_size = 2
trim_trailing_whitespace = true
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true

# JavaScript
[*.js]
Expand Down

0 comments on commit 4c88ee9

Please sign in to comment.