2
0
mirror of https://github.com/gradle/gradle-build-action.git synced 2025-01-12 10:04:29 +08:00
gradle-build-action/.prettierrc.json
Daz DeBoer 063fc6a872
Allow source files to contain lines up to 120 characters
This avoids excessive line-feeds when reformatting code to 80 char lines.
2021-10-29 07:50:06 -06:00

11 lines
226 B
JSON

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