Added SublimeText format build system

pull/531/head
fadrian06 1 year ago
parent 84cdbcbdc3
commit 51c5d7bca2

@ -42,6 +42,11 @@
"name": "Linter - Default",
"quiet": true,
"shell_cmd": "composer lint -- --no-ansi | composer phpcs -- --no-colors",
},
{
"name": "Format",
"quiet": true,
"shell_cmd": "composer beautify -- --no-colors"
}
],
}

Loading…
Cancel
Save