mirror of
https://github.com/gradle/wrapper-validation-action
synced 2024-11-23 17:22:01 +00:00
34e3321280
By setting "endOfLine" to "auto". While at it, fix indentation. Signed-off-by: Sebastian Schuberth <sschuberth@gmail.com>
12 lines
229 B
JSON
12 lines
229 B
JSON
{
|
|
"printWidth": 80,
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"trailingComma": "none",
|
|
"bracketSpacing": false,
|
|
"arrowParens": "avoid",
|
|
"parser": "typescript",
|
|
"endOfLine": "auto"
|
|
}
|