We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b949c34 commit 8229946Copy full SHA for 8229946
pint.json
@@ -3,9 +3,12 @@
3
"rules": {
4
"array_indentation": true,
5
"array_syntax": true,
6
+ "fully_qualified_strict_types": true,
7
"method_chaining_indentation": true,
- "concat_space": {
8
- "spacing": "one"
9
- }
+ "no_trailing_comma_in_singleline_function_call": true,
+ "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
13
}
14
0 commit comments