Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
benber86 authored Dec 30, 2024
1 parent 7b6d49e commit 1e6c4d5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ self.b(
)
```

#### Disabling formatting

The `# fmt: on`, `# fmt: off`, `# fmt: skip` tags from black are currently not supported. You can use `# nosplit` to prevent the formatter from a splitting a line but formatting will still be applied to spacing.

but if the trailing comma is removed, the line will be collapsed to:

```
Expand Down

0 comments on commit 1e6c4d5

Please sign in to comment.