mirror of
https://github.com/lnbits/lnbits.git
synced 2026-08-19 13:27:39 +02: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
|
|
}
|