13
0
Fork 0
mirror of https://github.com/dorny/paths-filter.git synced 2026-06-30 04:40:45 +00:00
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"
}