Merge pull request #87 from charlesprakash/vscode-friendly

Adding vscode settings file to ignore formatting of liquid files
This commit is contained in:
Tom Johnson
2017-04-25 16:36:56 -07:00
committed by GitHub

6
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,6 @@
// Place your settings in this file to overwrite default and user settings.
{
"files.associations": {
"*.html": "liquid"
}
}