Skip to content

Commit

Permalink
Remove setting we don't support yet.
Browse files Browse the repository at this point in the history
  • Loading branch information
DanTup committed Aug 4, 2016
1 parent ed36561 commit 0c7e9bd
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions package.json
Expand Up @@ -58,11 +58,6 @@
"dart.sdkPath": {
"type": "string",
"description": "The location of the Dart SDK to use for analyzing and executing code. If blank, Dart-Code will attempt to find it from the PATH environment variable."
},
"dart.setIndentSettings": {
"type": "boolean",
"default": true,
"description": "Forces indenting with two spaces when Dart files are opened. This is on by default because VS Code doesn't support per-language settings and most people use tabs/4 spaces for other languages."
}
}
}
Expand Down

0 comments on commit 0c7e9bd

Please sign in to comment.