Skip to content

Commit

Permalink
update .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
osben committed Sep 12, 2016
1 parent 4e4d090 commit 61341d9
Showing 1 changed file with 27 additions and 9 deletions.
36 changes: 27 additions & 9 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,9 +1,27 @@
root = true

[*]
indent_style = tab
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_size = 4
root = true

[*]
indent_style = tab
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_size = 4

[*.{js,css}]
charset = utf-8


# PHP PSR-2 Coding Standards
# http://www.php-fig.org/psr/psr-2/
[*.php]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space
indent_size = 4

[{package.json,.travis.yml}]
indent_style = space
indent_size = 2

0 comments on commit 61341d9

Please sign in to comment.