core-hn_pseudobsidian-ization/.prettierrc
Axelle Abbadie d216e81fb2 init
2026-05-12 01:55:27 +02:00

7 lines
106 B
Text

{
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5",
"printWidth": 100
}