diff options
| author | Botahamec <botahamec@outlook.com> | 2021-12-21 20:17:44 -0500 |
|---|---|---|
| committer | Botahamec <botahamec@outlook.com> | 2021-12-21 20:17:44 -0500 |
| commit | bbed1ca3f26d3dd5b9074d43fee5684d0a187916 (patch) | |
| tree | 50dce1c2000567d72491f11d636cba6d1525b40d /.vscode/settings.json | |
| parent | 988bc04fd0b8bb69ee5714f20fb50a32e3d0fd7f (diff) | |
Added auto-formatting
Diffstat (limited to '.vscode/settings.json')
| -rw-r--r-- | .vscode/settings.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..3b61434 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "editor.formatOnSave": true +}
\ No newline at end of file |
