Files
obsidian_ollama/.prettierrc
T
2026-05-04 22:05:10 +02:00

20 lines
333 B
Plaintext

{
"semi": true,
"singleQuote": true,
"printWidth": 100,
"tabWidth": 2,
"trailingComma": "es5",
"bracketSpacing": true,
"jsxBracketSameLine": false,
"arrowParens": "always",
"endOfLine": "auto",
"overrides": [
{
"files": "*.{md,markdown}",
"options": {
"printWidth": 80
}
}
]
}