mirror of
https://github.com/jeffvli/sonixd.git
synced 2025-12-23 22:29:20 -05:00
9 lines
133 B
Plaintext
9 lines
133 B
Plaintext
{
|
|
"trailingComma": "es5",
|
|
"tabWidth": 2,
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"printWidth": 100,
|
|
"arrowParens": "always"
|
|
}
|