From 8abc069353bc3a8972edf3bd7318cf220537c7f2 Mon Sep 17 00:00:00 2001 From: Predrag Nikolic Date: Sat, 27 Jul 2019 10:19:04 +0200 Subject: [PATCH] Use spaces instead of tabs --- README.md | 72 +++++++++++++++++++++++++++---------------------------- 1 file changed, 36 insertions(+), 36 deletions(-) diff --git a/README.md b/README.md index 496ed9d..f5e57bb 100644 --- a/README.md +++ b/README.md @@ -13,41 +13,41 @@ The default configuration is this: ```json { - "config": { - "vetur": { - "completion": { - "autoImport": false, - "tagCasing": "kebab", - "useScaffoldSnippets": false - }, - "format": { - "defaultFormatter": { - "js": "none", - "ts": "none" - }, - "defaultFormatterOptions": {}, - "scriptInitialIndent": false, - "styleInitialIndent": false - }, - "useWorkspaceDependencies": false, - "validation": { - "script": true, - "style": true, - "template": true - } - }, - "css": {}, - "emmet": {}, - "stylusSupremacy": {}, - "html": { - "suggest": {} - }, - "javascript": { - "format": {} - }, - "typescript": { - "format": {} - } - } + "config": { + "vetur": { + "completion": { + "autoImport": false, + "tagCasing": "kebab", + "useScaffoldSnippets": false + }, + "format": { + "defaultFormatter": { + "js": "none", + "ts": "none" + }, + "defaultFormatterOptions": {}, + "scriptInitialIndent": false, + "styleInitialIndent": false + }, + "useWorkspaceDependencies": false, + "validation": { + "script": true, + "style": true, + "template": true + } + }, + "css": {}, + "emmet": {}, + "stylusSupremacy": {}, + "html": { + "suggest": {} + }, + "javascript": { + "format": {} + }, + "typescript": { + "format": {} + } + } } ```