From 7336bd4fd7d2069127bf6a35e07c85394d406501 Mon Sep 17 00:00:00 2001 From: fadrian06 Date: Thu, 25 Jan 2024 02:42:24 -0400 Subject: [PATCH] Apply code formatting in root files --- composer.json | 4 ++-- flight.sublime-project | 12 +++++++++--- phpcs.xml | 18 +++++++++-------- phpunit.xml | 44 ++++++++++++++++++++++-------------------- 4 files changed, 44 insertions(+), 34 deletions(-) diff --git a/composer.json b/composer.json index 60b0ed7..e6731e4 100644 --- a/composer.json +++ b/composer.json @@ -49,8 +49,8 @@ "test": "phpunit", "test-coverage": "XDEBUG_MODE=coverage vendor/bin/phpunit --coverage-html=coverage --coverage-clover=clover.xml && vendor/bin/coverage-check clover.xml 100", "lint": "phpstan --no-progress -cphpstan.neon", - "beautify": "phpcbf --standard=phpcs.xml", - "phpcs": "phpcs --standard=phpcs.xml" + "beautify": "phpcbf --standard=phpcs.xml", + "phpcs": "phpcs --standard=phpcs.xml" }, "suggest": { "latte/latte": "Latte template engine", diff --git a/flight.sublime-project b/flight.sublime-project index 9d1a3da..5f2628e 100644 --- a/flight.sublime-project +++ b/flight.sublime-project @@ -19,9 +19,15 @@ "source.json.sublime": "LSP-json", }, "LSP-html": { - "enabled": false + "enabled": false, }, "LSP-tailwindcss": { + "enabled": false, + }, + "ltex-ls": { + "enabled": false, + }, + "marksman": { "enabled": false }, }, @@ -30,12 +36,12 @@ { "name": "Linter - HARD", "quiet": true, - "shell_cmd": "composer lint -- --no-ansi -lmax" + "shell_cmd": "composer lint -- --no-ansi -lmax", }, { "name": "Linter - Default", "quiet": true, - "shell_cmd": "composer lint -- --no-ansi" + "shell_cmd": "composer lint -- --no-ansi", } ], } diff --git a/phpcs.xml b/phpcs.xml index 771f60e..1d75995 100644 --- a/phpcs.xml +++ b/phpcs.xml @@ -1,10 +1,12 @@ - Created with the PHP Coding Standard Generator. http://edorian.github.io/php-coding-standard-generator/ - - - - - flight/ - tests/ - \ No newline at end of file + + Created with the PHP Coding Standard Generator. + http://edorian.github.io/php-coding-standard-generator/ + + + + + flight/ + tests/ + diff --git a/phpunit.xml b/phpunit.xml index 1577ac2..2fedaf9 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,23 +1,25 @@ - - - - flight/ - - - - - tests/ - - - + + + + flight/ + + + + + tests/ + + +