Skip to content

Commit

Permalink
Add .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Stříbrný committed Jun 8, 2017
1 parent f9a410d commit 9c56299
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 @@
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8

# 4 space indentation
[*.{php,phpt}]
indent_style = space
indent_size = 4

[Makefile]
indent_style = tab

0 comments on commit 9c56299

Please sign in to comment.