mirror of
https://github.com/gradle/gradle-build-action.git
synced 2024-11-22 16:20:59 -05:00
063fc6a872
This avoids excessive line-feeds when reformatting code to 80 char lines.
11 lines
No EOL
226 B
JSON
11 lines
No EOL
226 B
JSON
{
|
|
"printWidth": 120,
|
|
"tabWidth": 4,
|
|
"useTabs": false,
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"trailingComma": "none",
|
|
"bracketSpacing": false,
|
|
"arrowParens": "avoid",
|
|
"parser": "typescript"
|
|
} |