summaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authorBotahamec <botahamec@outlook.com>2021-12-21 20:17:44 -0500
committerBotahamec <botahamec@outlook.com>2021-12-21 20:17:44 -0500
commitbbed1ca3f26d3dd5b9074d43fee5684d0a187916 (patch)
tree50dce1c2000567d72491f11d636cba6d1525b40d /.vscode
parent988bc04fd0b8bb69ee5714f20fb50a32e3d0fd7f (diff)
Added auto-formatting
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/settings.json3
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