Skip to content

Commit

Permalink
Merge pull request #19 from Setono/upgrade
Browse files Browse the repository at this point in the history
Upgrade plugin
  • Loading branch information
loevgaard authored Nov 16, 2021
2 parents cbafe17 + 06a537d commit 836b083
Show file tree
Hide file tree
Showing 30 changed files with 601 additions and 272 deletions.
69 changes: 0 additions & 69 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# EditorConfig helps developers define and maintain consistent
# coding styles between different editors and IDEs
# editorconfig.org

root = true

[*]
Expand All @@ -16,75 +12,10 @@ trim_trailing_whitespace = true
insert_final_newline = true

[*.feature]
indent_style = space
indent_size = 2

[*.js]
indent_style = space
indent_size = 2

[*.json]
indent_style = space
indent_size = 2

[*.md]
indent_style = space
indent_size = 4
trim_trailing_whitespace = false

[*.neon]
indent_style = tab
indent_size = 4

[*.php]
indent_style = space
indent_size = 4

[*.sh]
indent_style = tab
indent_size = 4

[*.{yaml,yml}]
indent_style = space
indent_size = 4
trim_trailing_whitespace = false

[.babelrc]
indent_style = space
indent_size = 2

[.gitmodules]
indent_style = tab
indent_size = 4

[.php_cs{,.dist}]
indent_style = space
indent_size = 4

[composer.json]
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

[phpspec.yml{,.dist}]
indent_style = space
indent_size = 4

[phpstan.neon]
indent_style = tab
indent_size = 4

[phpunit.xml{,.dist}]
indent_style = space
indent_size = 4
6 changes: 2 additions & 4 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@
/.editorconfig export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.scrutinizer.yml export-ignore
/.travis.yml export-ignore
/behat.yml.dist export-ignore
/easy-coding-standard.yml export-ignore
/ecs.phpspec export-ignore
/phpspec.yml.dist export-ignore
/phpstan.neon export-ignore
/psalm.xml export-ignore
/README.md export-ignore
Loading

0 comments on commit 836b083

Please sign in to comment.