forked from Blair2004/NexoPOS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpint.json
More file actions
30 lines (30 loc) · 691 Bytes
/
Copy pathpint.json
File metadata and controls
30 lines (30 loc) · 691 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
25
26
27
28
29
30
{
"preset": "laravel",
"exclude": [
"modules"
],
"rules": {
"phpdoc_align": {
"align" : "vertical"
},
"cast_spaces": "single",
"spaces_inside_parentheses": {
"space": "single"
},
"function_declaration": false,
"trim_array_spaces": false,
"no_spaces_around_offset": {
"positions": ["outside"]
},
"no_unneeded_curly_braces": {
"namespaces": false
},
"concat_space": {
"spacing": "one"
},
"new_with_braces": {
"anonymous_class": false,
"named_class": false
}
}
}