Skip to content

Commit

Permalink
chore: editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
adhocore committed Jul 19, 2018
1 parent 4e8e8e3 commit da5aed7
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
; http://editorconfig.org
;
; Sublime: https://github.com/sindresorhus/editorconfig-sublime
; Phpstorm: https://plugins.jetbrains.com/plugin/7294-editorconfig

root = true

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

[{*.md,*.php,composer.json,composer.lock}]
indent_size = 4

0 comments on commit da5aed7

Please sign in to comment.