mirror of
https://github.com/actions/setup-python.git
synced 2024-11-05 23:45:49 -05:00
11 lines
No EOL
234 B
JSON
11 lines
No EOL
234 B
JSON
{
|
|
"printWidth": 80,
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"trailingComma": "none",
|
|
"bracketSpacing": false,
|
|
"arrowParens": "avoid",
|
|
"parser": "typescript"
|
|
} |