Updated dprint config
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://plugins.dprint.dev/dprint/dprint-plugin-typescript/latest/schema.json",
|
"$schima": "https://plugins.dprint.dev/dprint/dprint-plugin-typescript/latest/schema.json",
|
||||||
|
"indentWidth": 4,
|
||||||
|
"lineWidth": 150,
|
||||||
|
"useTabs": false,
|
||||||
"typescript": {
|
"typescript": {
|
||||||
"lineWidth": 150,
|
|
||||||
"indentWidth": 4,
|
|
||||||
"useTabs": false,
|
|
||||||
"semiColons": "asi",
|
"semiColons": "asi",
|
||||||
"quoteStyle": "alwaysDouble",
|
"quoteStyle": "alwaysDouble",
|
||||||
"newLineKind": "lf",
|
"newLineKind": "lf",
|
||||||
@@ -14,7 +14,6 @@
|
|||||||
"typeLiteral.separatorKind.multiLine": "semiColon"
|
"typeLiteral.separatorKind.multiLine": "semiColon"
|
||||||
},
|
},
|
||||||
"json": {
|
"json": {
|
||||||
"indentWidth": "4"
|
|
||||||
},
|
},
|
||||||
"markdown": {
|
"markdown": {
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user