mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-02-21 22:11:59 +01:00
12 lines
243 B
Text
12 lines
243 B
Text
{
|
|
"semi": false,
|
|
"arrowParens": "avoid",
|
|
"insertPragma": false,
|
|
"printWidth": 80,
|
|
"proseWrap": "preserve",
|
|
"singleQuote": true,
|
|
"trailingComma": "none",
|
|
"useTabs": false,
|
|
"bracketSameLine": false,
|
|
"bracketSpacing": false
|
|
}
|