Skip to content

Commit

Permalink
Move settings.json up to root
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdima committed Nov 8, 2021
1 parent 1a21834 commit 953db09
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 63 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
// Place your settings in this file to overwrite default and user settings.
{
"editor.tabSize": 4,
"editor.insertSpaces": false,
"files.insertFinalNewline": true,
"files.trimTrailingWhitespace": true,
"search.exclude": {
"**/node_modules": true,
"**/release": true,
"**/out": true
},
"files.trimTrailingWhitespace": true,
"files.insertFinalNewline": true,
"editor.tabSize": 4,
"editor.insertSpaces": false,
"editor.detectIndentation": false,
"typescript.tsdk": "./node_modules/typescript/lib"
}
9 changes: 0 additions & 9 deletions monaco-css/.vscode/settings.json

This file was deleted.

6 changes: 0 additions & 6 deletions monaco-editor-samples/.vscode/settings.json

This file was deleted.

6 changes: 0 additions & 6 deletions monaco-editor-webpack-plugin/.vscode/settings.json

This file was deleted.

10 changes: 0 additions & 10 deletions monaco-editor/.vscode/settings.json

This file was deleted.

9 changes: 0 additions & 9 deletions monaco-html/.vscode/settings.json

This file was deleted.

9 changes: 0 additions & 9 deletions monaco-json/.vscode/settings.json

This file was deleted.

9 changes: 0 additions & 9 deletions monaco-typescript/.vscode/settings.json

This file was deleted.

0 comments on commit 953db09

Please sign in to comment.