Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
llaville committed Jul 5, 2016
1 parent 8d7aeed commit aefb43d
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .editorconfig
@@ -0,0 +1,19 @@
# EditorConfig is awesome: http://editorconfig.org

# top-most EditorConfig file
root = true

[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.bat]
end_of_line = crlf

# PHP should follow the PSR-2 standard
[*.php]
indent_size = 4

0 comments on commit aefb43d

Please sign in to comment.