mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-08-02 19:46:40 +08:00
9 lines
153 B
Plaintext
9 lines
153 B
Plaintext
{
|
|
"bracketSpacing": false,
|
|
"jsxBracketSameLine": true,
|
|
"printWidth": 80,
|
|
"proseWrap": "never",
|
|
"singleQuote": true,
|
|
"trailingComma": "all"
|
|
}
|