mirror of
https://github.com/zhigang1992/docz.git
synced 2026-06-13 00:28:46 +08:00
12 lines
209 B
Plaintext
12 lines
209 B
Plaintext
{
|
|
"requirePragma": false,
|
|
"printWidth": 80,
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"trailingComma": "es5",
|
|
"bracketSpacing": true,
|
|
"jsxBracketSameLine": false
|
|
}
|