Skip to content

Commit

Permalink
Add .editorconfig (v1.3.18 from bevry/base)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony committed Jun 16, 2014
1 parent 8f0b88b commit 421b172
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .editorconfig
@@ -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 421b172

Please sign in to comment.