trigo / trigo-web /.prettierrc
k-l-lambda's picture
the first deploy
466436b
raw
history blame contribute delete
384 Bytes
{
"semi": true,
"trailingComma": "none",
"singleQuote": false,
"printWidth": 100,
"tabWidth": 4,
"useTabs": true,
"bracketSpacing": true,
"arrowParens": "always",
"endOfLine": "lf",
"vueIndentScriptAndStyle": true,
"quoteProps": "as-needed",
"bracketSameLine": false,
"jsxSingleQuote": false,
"proseWrap": "preserve",
"htmlWhitespaceSensitivity": "css"
}