mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2026-09-17 06:09:05 +02:00
10 lines
179 B
JSON
10 lines
179 B
JSON
{
|
|
"printWidth": 80,
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"trailingComma": "none",
|
|
"bracketSpacing": false,
|
|
"arrowParens": "avoid"
|
|
}
|