diff --git a/flight.sublime-project b/flight.sublime-project index 63e8be2..e507ffa 100644 --- a/flight.sublime-project +++ b/flight.sublime-project @@ -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" } ], }