Skip to content

Commit

Permalink
Copy settings from Dart
Browse files Browse the repository at this point in the history
  • Loading branch information
DanTup committed Apr 26, 2019
1 parent 8331875 commit acd037f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
// Place your settings in this file to overwrite default and user settings.
{
"editor.detectIndentation": false,
"editor.insertSpaces": false,
"editor.tabSize": 4,
"files.exclude": {
"out": true,
"**/node_modules": true,
".vscode-test": true
},
"files.insertFinalNewline": true,
"typescript.tsdk": "node_modules/typescript/lib",
"editor.codeActionsOnSave": {
"source.organizeImports": true
},
}

0 comments on commit acd037f

Please sign in to comment.