Skip to content

Commit

Permalink
Create pint.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cerbero90 authored Jun 21, 2023
1 parent 645d0d9 commit 112b042
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions pint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"preset": "per",
"rules": {
"align_multiline_comment": true,
"combine_consecutive_issets": true,
"combine_consecutive_unsets": true,
"concat_space": {"spacing": "one"},
"explicit_string_variable": true,
"ordered_imports": {
"sort_algorithm": "alpha",
"imports_order": [
"class",
"function",
"const"
]
},
"simple_to_complex_string_variable": true
}
}

0 comments on commit 112b042

Please sign in to comment.