mirror of
https://github.com/lenalebt/obsidian-pocketbook-cloud-highlight-importer.git
synced 2026-07-22 07:40:24 +00:00
10 lines
197 B
Text
10 lines
197 B
Text
|
|
{
|
||
|
|
"arrowParens": "avoid",
|
||
|
|
"bracketSpacing": true,
|
||
|
|
"htmlWhitespaceSensitivity": "css",
|
||
|
|
"semi": true,
|
||
|
|
"singleQuote": true,
|
||
|
|
"trailingComma": "es5",
|
||
|
|
"printWidth": 160
|
||
|
|
}
|
||
|
|
|