paths-filter/.prettierrc.json
2024-09-11 13:32:02 +12:00

10 lines
181 B
JSON

{
"printWidth": 120,
"tabWidth": 2,
"useTabs": false,
"semi": false,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": false,
"arrowParens": "avoid"
}