mirror of
https://github.com/sern-handler/handler
synced 2026-06-06 01:16:55 +00:00
9 lines
144 B
Plaintext
9 lines
144 B
Plaintext
{
|
|
"semi": true,
|
|
"trailingComma": "all",
|
|
"singleQuote": true,
|
|
"printWidth": 100,
|
|
"tabWidth": 4,
|
|
"arrowParens": "avoid"
|
|
}
|