mirror of https://github.com/jkjoy/sunpeiwen.git
12 lines
174 B
JSON
12 lines
174 B
JSON
|
{
|
||
|
"useTabs": false,
|
||
|
"printWidth": 120,
|
||
|
"semi": true,
|
||
|
"tabWidth": 4,
|
||
|
"singleQuote": true,
|
||
|
"bracketSpacing": true,
|
||
|
"endOfLine": "lf",
|
||
|
"parser": "typescript"
|
||
|
}
|
||
|
|