Skip to content

Commit c4cfa05

Browse files
committed
Add an .editorconfig to help with code style rules
1 parent 7726a4b commit c4cfa05

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.editorconfig

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
root = true
2+
3+
[*.php]
4+
indent_style = space
5+
indent_width = 2

0 commit comments

Comments
 (0)