fix(dprint): adjust config to avoid indentation errors
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
"indentWidth": 4,
|
||||
"useTabs": false,
|
||||
"quotes": "double",
|
||||
"scriptIndent": true,
|
||||
"styleIndent": true
|
||||
"scriptIndent": false,
|
||||
"styleIndent": false
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user