Skip to content

Commit

Permalink
added editorconfig file
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobion committed Nov 18, 2012
1 parent 0a7b37b commit e8ee79f
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
; top-most EditorConfig file
root = true

; Unix-style newlines
[*]
end_of_line = LF

[*.php]
indent_style = space
indent_size = 4

[*.test]
indent_style = space
indent_size = 4

[*.rst]
indent_style = space
indent_size = 4

0 comments on commit e8ee79f

Please sign in to comment.