mirror of
https://github.com/actions/setup-java.git
synced 2025-01-05 22:55:39 +00:00
0f6dbb0a05
Signed-off-by: Matthieu MOREL <mmorel-35@users.noreply.github.com>
13 lines
228 B
JSON
13 lines
228 B
JSON
{
|
|
"arrowParens": "avoid",
|
|
"bracketSpacing": true,
|
|
"endOfLine": "auto",
|
|
"parser": "typescript",
|
|
"printWidth": 100,
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"tabWidth": 2,
|
|
"trailingComma": "none",
|
|
"useTabs": false
|
|
}
|