Skip to content

Commit 9f72bbc

Browse files
authored
Merge pull request #4 from red-explosion/feature/empty-preset
Set empty preset
2 parents be60a2a + 72cf97b commit 9f72bbc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pint.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"preset": "empty",
23
"rules": {
34
"align_multiline_comment": true,
45
"array_indentation": true,
@@ -201,6 +202,7 @@
201202
},
202203
"single_quote": true,
203204
"single_space_around_construct": true,
205+
"single_trait_insert_per_statement": true,
204206
"space_after_semicolon": true,
205207
"spaces_inside_parentheses": true,
206208
"standardize_not_equals": true,

0 commit comments

Comments
 (0)