gh-action-bump-version/.prettierrc

11 lines
187 B
Plaintext

{
"printWidth": 120,
"singleQuote": true,
"useTabs": false,
"tabWidth": 2,
"quoteProps": "as-needed",
"trailingComma": "all",
"endOfLine": "lf",
"arrowParens": "always"
}