aboutsummaryrefslogtreecommitdiff
path: root/.vscode/settings.json
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2023-11-27 14:19:50 -0500
committertoasted-nutbread <toasted-nutbread@users.noreply.github.com>2023-11-27 14:19:50 -0500
commit5dc16745468c229e7c31f6cddaad83fb9c36b98f (patch)
tree19d812914c9a95019f30bf7ba800f892c0f94ab8 /.vscode/settings.json
parent208c43edbd714041b7f956d288e29172f1c0ce78 (diff)
Update types
Diffstat (limited to '.vscode/settings.json')
-rw-r--r--.vscode/settings.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 734f6360..81cd7b9c 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -2,7 +2,7 @@
"markdown.extension.toc.levels": "1..3",
"editor.codeActionsOnSave": {
"source.addMissingImports": false,
- "source.organizeImports": false,
+ "source.organizeImports": true,
"source.fixAll.eslint": false
},
"eslint.format.enable": true,