mirror of
https://github.com/honojs/hono.git
synced 2024-11-21 18:18:57 +01:00
53658c2464
Close #377
10 lines
154 B
Plaintext
10 lines
154 B
Plaintext
{
|
|
"printWidth": 100,
|
|
"trailingComma": "es5",
|
|
"tabWidth": 2,
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"jsxSingleQuote": true,
|
|
"endOfLine": "lf"
|
|
}
|