Skip to content

Commit

Permalink
improved the .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiosanches committed Jul 30, 2014
1 parent 4b04c76 commit 07e2180
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,13 @@ 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 07e2180

Please sign in to comment.