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