From 24a90a67674d52dd3569cf5289b3f4b2f35f23ad Mon Sep 17 00:00:00 2001 From: lonkaars Date: Fri, 9 Apr 2021 17:10:03 +0200 Subject: dprint global useTabs --- dprint.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/dprint.json b/dprint.json index 8729de5..e5cd2ec 100644 --- a/dprint.json +++ b/dprint.json @@ -2,8 +2,8 @@ "$schema": "https://dprint.dev/schemas/v0.json", "projectType": "openSource", "incremental": true, + "useTabs": true, "typescript": { - "useTabs": true, "semiColons": "always", "quoteStyle": "preferSingle", "importDeclaration.spaceSurroundingNamedImports": true @@ -13,10 +13,7 @@ "emphasisKind": "asterisks", "strongKind": "asterisks" }, - "json": { - "lineWidth": 80, - "useTabs": true - }, + "json": { "lineWidth": 80 }, "includes": [ "**/*.{ts,tsx}", "**/*.{md}", -- cgit v1.2.3