anki/.prettierrc

7 lines
91 B
Plaintext
Raw Normal View History

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