Permalink
Browse files

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.
  • Loading branch information...
1 parent 76b2ed4 commit b6001cf57d13947164f76275fd3913ec772031e0 @henrikbjorn henrikbjorn committed Jun 16, 2012
Showing with 10 additions and 0 deletions.
  1. +10 −0 .editorconfig
View
@@ -0,0 +1,10 @@
+; top-most EditorConfig file
+root = true
+
+; Unix-style newlines
+[*]
+end_of_line = LF
+
+[*.php]
+indent_style = space
+indent_size = 4

0 comments on commit b6001cf

Please sign in to comment.