Skip to content

Commit

Permalink
Sync file with Sylius/Sylius
Browse files Browse the repository at this point in the history
  • Loading branch information
loevgaard authored Dec 2, 2019
1 parent 7f50331 commit a80897e
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ insert_final_newline = true

[*.feature]
indent_style = space
indent_size = 2
indent_size = 4

[*.js]
indent_style = space
Expand All @@ -33,15 +33,15 @@ indent_size = 4
trim_trailing_whitespace = false

[*.neon]
indent_style = tab
indent_style = space
indent_size = 4

[*.php]
indent_style = space
indent_size = 4

[*.sh]
indent_style = tab
indent_style = space
indent_size = 4

[*.{yaml,yml}]
Expand All @@ -65,14 +65,6 @@ indent_size = 4
indent_style = space
indent_size = 4

[docker-compose{,.override}.{yaml,yml}]
indent_style = space
indent_size = 2

[Dockerfile]
indent_style = tab
indent_size = 4

[package.json]
indent_style = space
indent_size = 2
Expand All @@ -82,7 +74,7 @@ indent_style = space
indent_size = 4

[phpstan.neon]
indent_style = tab
indent_style = space
indent_size = 4

[phpunit.xml{,.dist}]
Expand Down

0 comments on commit a80897e

Please sign in to comment.