Skip to content

Commit

Permalink
added .editorconfig file
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiosanches committed Jan 12, 2014
1 parent 06de0b9 commit a803639
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# editorconfig.org
root = true

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

[*.md]
trim_trailing_whitespace = false

[*.txt]
trim_trailing_whitespace = false

[*.json]
insert_final_newline = false
indent_size = 2
tab_width = 2

0 comments on commit a803639

Please sign in to comment.