- offer to create tag when none is found while adding a link from cli - fix tag display in search
15 lines
348 B
Text
15 lines
348 B
Text
{
|
|
"printWidth": 100,
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"semi": true,
|
|
"quoteProps": "as-needed",
|
|
"trailingComma": "none",
|
|
"bracketSpacing": true,
|
|
"arrowParens": "always",
|
|
"endOfLine": "lf",
|
|
"proseWrap": "preserve",
|
|
"embeddedLanguageFormatting": "auto",
|
|
"singleQuote": false,
|
|
"plugins": ["@shopify/prettier-plugin-liquid"]
|
|
}
|