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/*