Skip to content

Commit

Permalink
Merge branch 'master' of github.com:/anyTV/anytv-node-mysql
Browse files Browse the repository at this point in the history
  • Loading branch information
ravenjohn committed Dec 15, 2015
2 parents aca888d + 700aefa commit 0b76bdf
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -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 0b76bdf

Please sign in to comment.