diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2021-05-24 21:08:38 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2021-05-24 21:08:38 +0000 |
commit | bbe1ab863f69d76482979607e71199899b2a3a3e (patch) | |
tree | 2f304df41d6289db60e7323b2cfa07c5527014b2 /.vscode/extensions.json | |
parent | fa0ea96f2292501ad5f7f81f86326771bc3c70ca (diff) | |
download | tanzanite-bbe1ab863f69d76482979607e71199899b2a3a3e.tar.gz tanzanite-bbe1ab863f69d76482979607e71199899b2a3a3e.tar.bz2 tanzanite-bbe1ab863f69d76482979607e71199899b2a3a3e.zip |
Automatically format code
Diffstat (limited to '.vscode/extensions.json')
-rw-r--r-- | .vscode/extensions.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.vscode/extensions.json b/.vscode/extensions.json index daaa5ee..1fcdf78 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -1,7 +1,7 @@ { - "recommendations": [ - "arcanis.vscode-zipfs", - "dbaeumer.vscode-eslint", - "esbenp.prettier-vscode" - ] + "recommendations": [ + "arcanis.vscode-zipfs", + "dbaeumer.vscode-eslint", + "esbenp.prettier-vscode" + ] } |