anki/.prettierrc

7 lines
91 B
Plaintext

{
"trailingComma": "all",
"printWidth": 88,
"tabWidth": 4,
"semi": true,
}