From 51c5d7bca22aafe895df7f915b1377c9fc291418 Mon Sep 17 00:00:00 2001 From: fadrian06 Date: Thu, 25 Jan 2024 03:47:26 -0400 Subject: [PATCH] Added SublimeText format build system --- flight.sublime-project | 5 +++++ 1 file changed, 5 insertions(+) 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" } ], }