gradle-build-action/.prettierrc.json
Paul Merlin a31de8476d Format
2020-06-13 13:44:30 +02:00

11 lines
No EOL
225 B
JSON

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