mirror of
https://github.com/chillzhuang/Saber.git
synced 2024-11-24 11:29:28 +08:00
10 lines
167 B
JSON
10 lines
167 B
JSON
{
|
|
"printWidth": 100,
|
|
"tabWidth": 2,
|
|
"semi": true,
|
|
"singleAttributePerLine": false,
|
|
"bracketSpacing": true,
|
|
"singleQuote": true,
|
|
"arrowParens": "avoid"
|
|
}
|