From 138d25eee903ad91968fdb53ee7c08f1131e9fb5 Mon Sep 17 00:00:00 2001 From: Charles Prakash Dasari Date: Tue, 25 Apr 2017 09:40:22 -0700 Subject: [PATCH] Adding vscode settings file to ignore formatting of liquid files --- .vscode/settings.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..5af001d --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,6 @@ +// Place your settings in this file to overwrite default and user settings. +{ + "files.associations": { + "*.html": "liquid" + } +}