Skip to content

Commit

Permalink
chore(vscode): add settings.json (#283)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeshuaro committed Jan 14, 2024
1 parent c9fea9b commit 17ab9e3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .vscode/settings.json
@@ -0,0 +1,14 @@
{
"editor.formatOnSave": true,
"[dart]": {
"editor.tabSize": 2,
"editor.insertSpaces": true,
"editor.detectIndentation": false,
"editor.suggest.insertMode": "replace",
"editor.defaultFormatter": "Dart-Code.dart-code",
"editor.inlayHints.enabled": "offUnlessPressed",
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit"
}
}
}

0 comments on commit 17ab9e3

Please sign in to comment.