diff options
author | Matthew Miller <matthew@millerti.me> | 2022-11-20 00:13:17 -0800 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2022-11-20 00:13:17 -0800 |
commit | f702bad4097e9d6da7e97767eb8c3a1a1ed5a8e5 (patch) | |
tree | fd6970d85f6fe655ab99748626529cabe31acef0 | |
parent | 08363a1a09daf67b916632cae2cee1bf7c4a35ed (diff) |
Enable VS Code formatting on save
-rw-r--r-- | .vscode/settings.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 25fa621..35a6d34 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,4 @@ { - "typescript.tsdk": "node_modules/typescript/lib" + "typescript.tsdk": "node_modules/typescript/lib", + "editor.formatOnSave": true } |