prosemirror-markdown/.prettierrc

8 lines
106 B
Plaintext
Raw Normal View History

2022-06-02 16:39:39 +02:00
{
2022-06-06 18:48:59 +02:00
"useTabs": false,
"tabWidth": 2,
2022-06-02 16:39:39 +02:00
"singleQuote": true,
"trailingComma": "none",
"printWidth": 100
}