We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5db1ced commit 43db470Copy full SHA for 43db470
1 file changed
README.md
@@ -34,8 +34,7 @@ The main inspiration comes from https://github.com/hipstersmoothie/obsidian-plug
34
Example:
35
36
```md
37
- -
38
- -␣[ ]
+ - -␣[ ]
39
```
40
41
Formatted:
@@ -68,6 +67,16 @@ The main inspiration comes from https://github.com/hipstersmoothie/obsidian-plug
68
67
---
69
70
+- Supports enabling or disabling fast mode formatting for the current file separately in frontmatter. Disabled by default when not set.
71
+
72
+ Example:
73
74
+ ```yaml
75
+ ---
76
+ prettier-fast-mode: false
77
78
+ ```
79
80
## Commands and Menus
81
82
- Format all content
0 commit comments