Skip to content

Commit 36cac8b

Browse files
committed
minor #272 Add EditorConfig file (voronkovich)
This PR was merged into the master branch. Discussion ---------- Add EditorConfig file I copied it from the main Symfony repository Commits ------- 9e28b30 Add EditorConfig file
2 parents 7f6feae + 9e28b30 commit 36cac8b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.editorconfig

Lines changed: 10 additions & 0 deletions
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)