Skip to content

Commit

Permalink
Added .editorconfig file
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiosanches committed Oct 17, 2016
1 parent f906a4f commit 496692e
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# 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,txt,json,yml}]
trim_trailing_whitespace = false

[*.{json,yml}]
insert_final_newline = false
indent_size = 2
tab_width = 2

0 comments on commit 496692e

Please sign in to comment.