Navigation Menu

Skip to content

Commit

Permalink
Update .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
satazor committed Aug 24, 2013
1 parent 4afe451 commit 4db10bb
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .editorconfig
@@ -1,7 +1,12 @@
root = true

[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.md]
trim_trailing_whitespace = false

0 comments on commit 4db10bb

Please sign in to comment.