1
0
Fork 0
mirror of https://github.com/actions/setup-node synced 2025-04-17 06:15:52 +00:00
setup-node/.prettierrc.json
Bryan MacFarlane eac926003b start
2019-05-31 00:29:40 -04:00

11 lines
No EOL
224 B
JSON

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