Skip to content

Commit

Permalink
config files
Browse files Browse the repository at this point in the history
  • Loading branch information
ikerib committed Dec 28, 2018
1 parent 895827e commit 5953761
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ root = true

[*]
indent_style = space
indent_size = 2
indent_size = 4
end_of_line = LF
charset = utf-8
trim_trailing_whitespace = true
Expand All @@ -22,4 +22,10 @@ trim_trailing_whitespace = false

[*.php]
indent_style = space
indent_size = 4
indent_size = 4

[composer.json]
indent_style = tab

[{.codeclimate.yml,.travis.yml}]
indent_size = 2
8 changes: 8 additions & 0 deletions .php_cs.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?php

return PhpCsFixer\Config::create()
->setRules([
'@Symfony' => true,
'array_syntax' => ['syntax' => 'short'],
])
;

0 comments on commit 5953761

Please sign in to comment.