paths-filter/.prettierrc.json

11 lines
181 B
JSON
Raw Normal View History

2020-05-20 17:03:08 +02:00
{
2024-09-11 13:22:29 +12:00
"printWidth": 120,
"tabWidth": 2,
"useTabs": false,
"semi": false,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": false,
"arrowParens": "avoid"
}