From 097dd968b18544bfd7863e0def0d787856e6e254 Mon Sep 17 00:00:00 2001 From: fadrian06 Date: Thu, 1 Feb 2024 14:08:55 -0400 Subject: [PATCH] Fixed root files code format --- .editorconfig | 3 +++ flight.sublime-project | 4 ++-- phpcs.xml | 11 +++++------ 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/.editorconfig b/.editorconfig index 803737f..dcc5687 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,3 +5,6 @@ indent_style = space indent_size = 4 end_of_line = lf charset = utf-8 + +[*.md] +indent_size = 2 diff --git a/flight.sublime-project b/flight.sublime-project index ccca03f..2040dbf 100644 --- a/flight.sublime-project +++ b/flight.sublime-project @@ -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" }, { diff --git a/phpcs.xml b/phpcs.xml index 4cdfb52..22b3fdd 100644 --- a/phpcs.xml +++ b/phpcs.xml @@ -29,14 +29,13 @@ - + - - - + + + flight/ tests/ - tests/views/* - tests/views/ + tests/views/*