Skip to content

Commit

Permalink
[ci skip] Add editorconfig file. We will remove it whenever we packag…
Browse files Browse the repository at this point in the history
…e up zip files
  • Loading branch information
lonnieezell committed Mar 17, 2017
1 parent f401145 commit e011457
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
; top-most EditorConfig file
root = true

; Unix-style newlines
[*]
end_of_line = lf

[*.php]
indent_style = tab
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

0 comments on commit e011457

Please sign in to comment.