Skip to content

Commit

Permalink
Remove Prettier settings from .vscode/settings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnwalraven committed Sep 1, 2018
1 parent b9876b7 commit a730108
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
// Place your settings in this file to overwrite default and user settings.
{
"editor.tabSize": 2,
"editor.rulers": [110],
"editor.rulers": [80],
"editor.wordWrapColumn": 80,
"editor.formatOnSave": true,
"files.trimTrailingWhitespace": true,
"files.insertFinalNewline": true,
"editor.wordWrapColumn": 110,
"editor.formatOnSave": true,
"prettier.singleQuote": true,
"prettier.printWidth": 110,
"files.exclude": {
"**/.git": true,
"**/.DS_Store": true,
Expand All @@ -16,5 +14,5 @@
"coverage": true,
"coverage.lcov": true
},
"typescript.tsdk": "node_modules/typescript/lib"
"typescript.tsdk": "./node_modules/typescript/lib"
}

0 comments on commit a730108

Please sign in to comment.