decaf-dev_obsidian-vault-ex.../.prettierrc
2025-05-02 19:52:49 -06:00

8 lines
121 B
Text

{
"tabWidth": 4,
"useTabs": true,
"endOfLine": "lf",
"semi": true,
"singleQuote": false,
"trailingComma": "none"
}