Skip to content

Commit a1a3684

Browse files
committed
Add .editorconfig file (http://editorconfig.org/)
1 parent d042954 commit a1a3684

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.editorconfig

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
; top-most EditorConfig file
2+
root = true
3+
4+
; Unix-style newlines
5+
[*]
6+
end_of_line = LF
7+
8+
[*.php]
9+
indent_style = space
10+
indent_size = 4

0 commit comments

Comments
 (0)