Navigation Menu

Skip to content
This repository has been archived by the owner on Jul 23, 2019. It is now read-only.

Commit

Permalink
Added .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-lynch committed Sep 22, 2014
1 parent b1b3fc3 commit b752cd7
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions .editorconfig
@@ -0,0 +1,37 @@
# http://EditorConfig.org

# top-most EditorConfig file
root = true

[*]
charset = "utf8"


[*.css]
indent_style = space
indent_size = 2
trim_trailing_whitespace = true


[*.html]
indent_style = space
indent_size = 4
trim_trailing_whitespace = true


[*.js]
indent_style = space
indent_size = 4
trim_trailing_whitespace = true


[*.json]
indent_style = space
indent_size = 4
trim_trailing_whitespace = true


[*.php]
indent_style = space
indent_size = 4
trim_trailing_whitespace = true

0 comments on commit b752cd7

Please sign in to comment.