Fixed root files code format

pull/538/head
fadrian06 12 months ago
parent bc0a4ca635
commit 097dd968b1

@ -5,3 +5,6 @@ indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
[*.md]
indent_size = 2

@ -40,12 +40,12 @@
},
{
"name": "Linter - Default",
"quiet": true,
"quiet": false,
"shell_cmd": "composer lint -- --no-ansi & composer phpcs -- --no-colors",
},
{
"name": "PHPCS",
"quiet": true,
"quiet": false,
"shell_cmd": "composer phpcs -- --no-colors"
},
{

@ -38,5 +38,4 @@
<file>flight/</file>
<file>tests/</file>
<exclude-pattern>tests/views/*</exclude-pattern>
<ignore>tests/views/</ignore>
</ruleset>

Loading…
Cancel
Save