mirror of
https://github.com/gotify/server.git
synced 2026-05-06 21:42:07 +08:00
13 lines
233 B
Plaintext
13 lines
233 B
Plaintext
{
|
|
"printWidth": 100,
|
|
"tabWidth": 4,
|
|
"useTabs": false,
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"trailingComma": "es5",
|
|
"bracketSpacing": false,
|
|
"bracketSameLine": true,
|
|
"arrowParens": "always",
|
|
"parser": "typescript"
|
|
}
|