Skip to content

Commit

Permalink
Update pint rules
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Poyigi <[email protected]>
  • Loading branch information
sampoyigi committed May 19, 2024
1 parent 7fd24a8 commit 561e4a9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pint.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}

0 comments on commit 561e4a9

Please sign in to comment.