mirror of
https://github.com/dnlbauer/obsidian-dataview-autocompletion.git
synced 2026-09-10 22:25:29 +00:00
9 lines
148 B
JSON
9 lines
148 B
JSON
{
|
|
"tabWidth": 4,
|
|
"semi": true,
|
|
"embeddedLanguageFormatting": "off",
|
|
"parser": "typescript",
|
|
"printWidth": 120,
|
|
"arrowParens": "avoid"
|
|
}
|