Skip to content

Commit

Permalink
Merge dbb77de into 983d864
Browse files Browse the repository at this point in the history
  • Loading branch information
airondumael committed Dec 14, 2015
2 parents 983d864 + dbb77de commit c190a41
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .editorconfig
@@ -0,0 +1,28 @@
# http://editorconfig.org
root = true

[*]
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.{js,py,php,ini}]
indent_style = space
indent_size = 4

[*.{json,yml,babelrc,sh}]
indent_style = space
indent_size = 2

[*.{html}]
indent_style = space
indent_size = 4

[*.md]
trim_trailing_whitespace = false
indent_style = space
indent_size = 4

[{*.go, Makefile}]
indent_style = tab

0 comments on commit c190a41

Please sign in to comment.