mise-action/.prettierrc.json

17 lines
346 B
JSON
Raw Permalink Normal View History

2023-01-14 08:11:40 -06:00
{
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": false,
"singleQuote": true,
"quoteProps": "as-needed",
"jsxSingleQuote": false,
2023-01-14 08:11:40 -06:00
"trailingComma": "none",
"bracketSpacing": true,
"bracketSameLine": true,
"arrowParens": "avoid",
"proseWrap": "always",
"htmlWhitespaceSensitivity": "css",
"endOfLine": "lf"
2023-01-14 08:11:40 -06:00
}