Skip to content

Commit

Permalink
Added .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
jcracknell committed Mar 14, 2015
1 parent 8238c28 commit 2749103
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .editorconfig
@@ -0,0 +1,12 @@
# http://editorconfig.org

root = true

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

[*.yml]
indent_style = space
indent_size = 2

0 comments on commit 2749103

Please sign in to comment.