Skip to content

Commit a98723d

Browse files
committed
Added a comment about format config and enable linter symfony and phpunit plugins
1 parent a4fee51 commit a98723d

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

carthage-software/mago/0.24/mago.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,12 @@ paths = [
1212
includes = ["vendor"]
1313
excludes = []
1414

15+
# See https://docs.rs/mago-formatter/latest/mago_formatter/settings/struct.FormatSettings.html
1516
[format]
1617
print_width = 120
1718
tab_width = 4
1819
use_tabs = false
1920

20-
# [linter]
21-
# default_plugins = true
22-
# plugins = ["symfony"]
21+
[linter]
22+
default_plugins = true
23+
plugins = ["symfony", "php-unit"]

0 commit comments

Comments
 (0)