gh-action-bump-version/.prettierrc

11 lines
187 B
Plaintext
Raw Normal View History

2021-05-20 20:54:50 +00:00
{
"printWidth": 120,
"singleQuote": true,
"useTabs": false,
"tabWidth": 2,
"quoteProps": "as-needed",
"trailingComma": "all",
"endOfLine": "lf",
"arrowParens": "always"
}