File tree Expand file tree Collapse file tree 5 files changed +7
-18
lines changed
Expand file tree Collapse file tree 5 files changed +7
-18
lines changed Original file line number Diff line number Diff line change 1717 },
1818 "extensions" : [
1919 " eamodio.gitlens" ,
20- " esbenp .prettier-vscode" ,
20+ " prettier .prettier-vscode" ,
2121 " mhutchie.git-graph" ,
2222 " redhat.vscode-xml" ,
23- " sissel. shopify-liquid " ,
23+ " shopify.theme-check-vscode " ,
2424 " tombi-toml.tombi"
2525 ]
2626 }
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -31,13 +31,6 @@ repos:
3131 - id : check-added-large-files
3232 args : ["--maxkb=2500"]
3333
34- - repo : https://github.com/djlint/djLint
35- rev : v1.36.4
36- hooks :
37- - id : djlint-reformat-jinja
38- files : \.html$
39- types_or : ["html"]
40-
4134 - repo : local
4235 hooks :
4336 - id : frontmatter-timestamp
Original file line number Diff line number Diff line change 11{
22 "tabWidth": 2,
33 "useTabs": false,
4- "printWidth": 130
4+ "printWidth": 130,
5+ "liquidSingleQuote": false,
6+ "plugins": ["@shopify/prettier-plugin-liquid"]
57}
Original file line number Diff line number Diff line change 11{
22 "editor.formatOnSave" : true ,
3- "editor.defaultFormatter" : " esbenp .prettier-vscode" ,
3+ "editor.defaultFormatter" : " prettier .prettier-vscode" ,
44 "files.encoding" : " utf8" ,
55 "files.eol" : " \n " ,
66 "files.insertFinalNewline" : true ,
1111 "*.html" : " liquid"
1212 },
1313 "[liquid]" : {
14- "editor.defaultFormatter" : " sissel.shopify-liquid " ,
14+ "editor.defaultFormatter" : " Shopify.theme-check-vscode " ,
1515 "editor.formatOnSave" : true
1616 }
1717}
You can’t perform that action at this time.
0 commit comments