Skip to content

Commit 8229946

Browse files
authored
pint
1 parent b949c34 commit 8229946

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

pint.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,12 @@
33
"rules": {
44
"array_indentation": true,
55
"array_syntax": true,
6+
"fully_qualified_strict_types": true,
67
"method_chaining_indentation": true,
7-
"concat_space": {
8-
"spacing": "one"
9-
}
8+
"no_trailing_comma_in_singleline_function_call": true,
9+
"no_trailing_comma_in_singleline": true,
10+
"no_whitespace_before_comma_in_array": true,
11+
"whitespace_after_comma_in_array": true,
12+
"trailing_comma_in_multiline": false
1013
}
1114
}

0 commit comments

Comments
 (0)