-
-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathmago.toml
More file actions
24 lines (22 loc) · 664 Bytes
/
mago.toml
File metadata and controls
24 lines (22 loc) · 664 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
php-version = "8.4.0"
[source]
paths = ["app", "tests"]
includes = ["vendor"]
excludes = [
"./vendor/symfony/cache/Traits/ValueWrapper.php",
"./vendor/composer",
]
[formatter]
print-width = 180
tab-width = 4
use-tabs = false
null-type-hint = "question"
space-before-arrow-function-parameter-list-parenthesis = true
space-after-logical-not-unary-prefix-operator = true
always-break-named-arguments-list = false
preserve-breaking-member-access-chain = true
preserve-breaking-argument-list = true
preserve-breaking-array-like = true
preserve-breaking-parameter-list = true
preserve-breaking-attribute-list = true
preserve-breaking-conditional-expression = true