2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-09-01 05:12:57 -06:00
easy-markdown-editor/.prettierrc

8 lines
129 B
Plaintext
Raw Normal View History

2023-04-28 02:51:04 +02:00
{
"printWidth": 80,
"singleQuote": true,
"quoteProps": "consistent",
"tabWidth": 4,
"trailingComma": "all"
}