diff --git a/pint.json b/pint.json index a0c7788..da1ce0a 100644 --- a/pint.json +++ b/pint.json @@ -23,6 +23,11 @@ "try" ] }, - "single_blank_line_at_eof": false + "single_blank_line_at_eof": false, + "single_space_around_construct": false, + "function_declaration": { + "closure_function_spacing": "none", + "closure_fn_spacing": "none" + } } }