3
0
Fork 0
mirror of https://github.com/tj-actions/changed-files synced 2024-12-15 23:27:40 +00:00
changed-files/.prettierrc.json

10 lines
179 B
JSON
Raw Permalink Normal View History

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