mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-13 03:48:59 +00:00
11 lines
226 B
Plaintext
11 lines
226 B
Plaintext
{
|
|
"printWidth": 100,
|
|
"tabWidth": 4,
|
|
"singleQuote": true,
|
|
"trailingComma": "es5",
|
|
"arrowParens": "avoid",
|
|
"bracketSpacing": true,
|
|
"semi": true,
|
|
"useTabs": false,
|
|
"jsxBracketSameLine": false
|
|
} |