Skip to content

Commit 43db470

Browse files
committed
docs: add description for fast format mode
1 parent 5db1ced commit 43db470

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ The main inspiration comes from https://github.com/hipstersmoothie/obsidian-plug
3434
Example:
3535

3636
```md
37-
-
38-
-␣[ ]
37+
- -␣[ ]
3938
```
4039

4140
Formatted:
@@ -68,6 +67,16 @@ The main inspiration comes from https://github.com/hipstersmoothie/obsidian-plug
6867
---
6968
```
7069

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+
7180
## Commands and Menus
7281

7382
- Format all content

0 commit comments

Comments
 (0)