Skip to content

Commit b6001cf

Browse files
committed
Add EditorConfig File
http://editorconfig.org is a way to configure the different editor configurations. This could help some who develop with ruby and php where ruby uses 2 spaces and we use 4. Or where some develop for Drupal where they also use 2 spaces but 4 for contributing to Symfony.
1 parent 76b2ed4 commit b6001cf

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)