mirror of
https://github.com/steel-dev/cli.git
synced 2026-09-14 20:47:34 +08:00
9 lines
125 B
Plaintext
9 lines
125 B
Plaintext
{
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"trailingComma": "all",
|
|
"printWidth": 80,
|
|
"tabWidth": 2,
|
|
"arrowParens": "avoid"
|
|
}
|