Skip to content

Commit

Permalink
Use spaces instead of tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
predrag-codetribe committed Jul 27, 2019
1 parent a896a43 commit 8abc069
Showing 1 changed file with 36 additions and 36 deletions.
72 changes: 36 additions & 36 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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": {}
}
}
}
```

0 comments on commit 8abc069

Please sign in to comment.