Updated dprint config

This commit is contained in:
2024-09-13 18:31:48 +02:00
parent 7caf6eda5f
commit b241c6afca

View File

@@ -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": {
}, },