mirror of
https://github.com/zhigang1992/docz.git
synced 2026-04-29 01:45:54 +08:00
13 lines
235 B
Plaintext
13 lines
235 B
Plaintext
{
|
|
"parser": "typescript",
|
|
"requirePragma": false,
|
|
"printWidth": 80,
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"trailingComma": "es5",
|
|
"bracketSpacing": true,
|
|
"jsxBracketSameLine": false
|
|
}
|