Skip to content

Commit

Permalink
Merge pull request north#11 from jtwalters/editorconfig
Browse files Browse the repository at this point in the history
Add .editorconfig file to define a recommended format
  • Loading branch information
Snugug committed Dec 30, 2013
2 parents 7b9421a + 4248a26 commit c24fcc8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# editorconfig.org
root = true

[*]
indent_style = space
indent_size = 2
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.md]
trim_trailing_whitespace = false

0 comments on commit c24fcc8

Please sign in to comment.