mirror of
https://github.com/jeffvli/sonixd.git
synced 2026-04-30 03:02:37 -04:00
9 lines
133 B
Plaintext
9 lines
133 B
Plaintext
{
|
|
"trailingComma": "es5",
|
|
"tabWidth": 2,
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"printWidth": 100,
|
|
"arrowParens": "always"
|
|
}
|