mirror of
https://github.com/hsokolowski/iTree.git
synced 2025-12-23 22:18:01 -05:00
11 lines
187 B
Plaintext
11 lines
187 B
Plaintext
{
|
|
"arrowParens": "avoid",
|
|
"printWidth": 110,
|
|
"bracketSpacing": true,
|
|
"endOfLine": "lf",
|
|
"trailingComma": "es5",
|
|
"semi": true,
|
|
"tabWidth": 2,
|
|
"jsxBracketSameLine": false
|
|
}
|