Skip to content

Commit 5f12699

Browse files
authored
Set strict indent for composer.json (#1057)
1 parent 3a9e883 commit 5f12699

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373

7474
-
7575
name: "Run composer normalize"
76-
run: "composer normalize --dry-run"
76+
run: "composer normalize --dry-run --indent-size=4 --indent-style=space"
7777

7878
php-cs-fixer:
7979
needs:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"make -C docs html"
101101
],
102102
"integrate": [
103-
"@composer normalize",
103+
"@composer normalize --indent-size=4 --indent-style=space",
104104
"vendor/bin/php-cs-fixer fix",
105105
"vendor/bin/phpstan analyse -c phpstan.neon.dist --memory-limit=-1",
106106
"vendor/bin/phpunit",

0 commit comments

Comments
 (0)