Files
obsidian-dataview-autocompl…/.prettierrc.json
2024-12-12 23:27:08 +01:00

9 lines
148 B
JSON

{
"tabWidth": 4,
"semi": true,
"embeddedLanguageFormatting": "off",
"parser": "typescript",
"printWidth": 120,
"arrowParens": "avoid"
}