Skip to content

Commit e15d675

Browse files
committed
add editorconfig settings
1 parent 10a23d8 commit e15d675

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.editorconfig

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# For more information about the properties used in
2+
# this file, please see the EditorConfig documentation:
3+
# http://editorconfig.org/
4+
5+
root = true
6+
7+
[*]
8+
end_of_line = lf
9+
10+
[*.php]
11+
indent_style = space
12+
indent_size = 4

0 commit comments

Comments
 (0)