Skip to content

Commit

Permalink
Add standard editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowhand committed Dec 15, 2015
1 parent f75524a commit 09494ea
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .editorconfig
@@ -0,0 +1,16 @@
# EditorConfig is awesome: http://EditorConfig.org

# top-most EditorConfig file
root = true

# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true

# PHP/JS Formatting
[*.{php,js,json}]
charset = utf-8
trim_trailing_whitespace = true
indent_style = space
indent_size = 4

0 comments on commit 09494ea

Please sign in to comment.