merged branch henrikbjorn/editorconfig (PR #4595)

Commits
-------

b6001cf Add EditorConfig File

Discussion
----------

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.

---------------------------------------------------------------------------

by travisbot at 2012-06-16T12:14:54Z

This pull request [passes](http://travis-ci.org/symfony/symfony/builds/1634672) (merged b6001cf5 into 76b2ed46).
This commit is contained in:
Fabien Potencier 2012-06-16 18:16:19 +02:00
commit 96c2a2711d

10
.editorconfig Normal file
View File

@ -0,0 +1,10 @@
; top-most EditorConfig file
root = true
; Unix-style newlines
[*]
end_of_line = LF
[*.php]
indent_style = space
indent_size = 4