Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 834 Bytes

README.md

File metadata and controls

22 lines (20 loc) · 834 Bytes

Einbindung in Visual Studio Code (Windows)

"php.validate.executablePath": "Path\\To\\php.exe",
"php-cs-fixer.executablePath": "Path\\To\\php-cs-fixer-v2.phar",
"php-cs-fixer.config": ".style/.php_cs",
"php-cs-fixer.allowRisky": true

Nutzung

JSON-Check

Das json-check.php Skript kann ausgeführt werden, um festzustellen, welche JSON-Dateien nicht hinreichend formatiert sind.
Um alle JSON-Dateien den Anforderungen entsprechend zu formatieren kann das Skript mit dem Parameter 'fix' ausgeführt werden.

php .style/json-check.php
php .style/json-check.php fix