mirror of
https://github.com/logos-blockchain/logos-blockchain-block-explorer-template.git
synced 2026-01-04 06:03:09 +00:00
14 lines
277 B
Plaintext
14 lines
277 B
Plaintext
|
|
{
|
||
|
|
"printWidth": 120,
|
||
|
|
"tabWidth": 4,
|
||
|
|
"useTabs": false,
|
||
|
|
"singleQuote": true,
|
||
|
|
"trailingComma": "all",
|
||
|
|
"bracketSpacing": true,
|
||
|
|
"arrowParens": "always",
|
||
|
|
"bracketSameLine": false,
|
||
|
|
"semi": true,
|
||
|
|
|
||
|
|
"endOfLine": "lf",
|
||
|
|
"proseWrap": "preserve"
|
||
|
|
}
|