summaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2019-10-16 20:44:49 +0300
committerYuval Adam <_@yuv.al>2019-10-16 20:47:02 +0300
commit2c3a4694acbdeb12cba1c58f9bf3ddc2b258bd29 (patch)
treeb30e753c300459516d1604d488c3da9d15d2f62c /.vscode
parent9a151f9dd36e4f5e419b1d9236e63ad38be38e91 (diff)
Extract image loading to main component and add auto linting and 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..ad92582
--- /dev/null
+++ b/.vscode/settings.json
@@ -0,0 +1,3 @@
+{
+ "editor.formatOnSave": true
+}