mirror of
https://github.com/jeffvli/feishin.git
synced 2024-11-20 06:27:09 +01:00
9 lines
133 B
Plaintext
9 lines
133 B
Plaintext
|
{
|
||
|
"trailingComma": "es5",
|
||
|
"tabWidth": 2,
|
||
|
"semi": true,
|
||
|
"singleQuote": true,
|
||
|
"printWidth": 100,
|
||
|
"arrowParens": "always"
|
||
|
}
|