mirror of
https://github.com/trezor/blockbook.git
synced 2026-02-19 16:31:19 +01:00
12 lines
224 B
Plaintext
12 lines
224 B
Plaintext
{
|
|
"printWidth": 100,
|
|
"arrowParens": "avoid",
|
|
"bracketSpacing": true,
|
|
"singleQuote": true,
|
|
"semi": true,
|
|
"trailingComma": "all",
|
|
"tabWidth": 4,
|
|
"useTabs": false,
|
|
"bracketSameLine": false
|
|
}
|