Skip to content

Commit

Permalink
Merge pull request #2 from Zearin/patch-1
Browse files Browse the repository at this point in the history
Add .editorconfig (v1.3.18 from bevry/base)
  • Loading branch information
balupton committed Jun 17, 2014
2 parents d7af205 + ccab1b1 commit 0611a07
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# v1.3.18 June 8, 2014
# https://github.com/bevry/base
root = true

[*]
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false
indent_style = tab

[*.json]
indent_style = space
indent_size = 2

[*.yml]
indent_style = space
indent_size = 2

0 comments on commit 0611a07

Please sign in to comment.