Skip to content

Commit

Permalink
Docs: Use kebab-case for formatting options (#836)
Browse files Browse the repository at this point in the history
commit-id:e79b931d

---

**Stack**:
- #830
- #829
- #836⚠️ *Part of a stack created by [spr](https://github.com/ejoffe/spr). Do
not merge manually using the UI - doing so may have unexpected results.*
  • Loading branch information
maciektr authored Oct 27, 2023
1 parent a4ed802 commit 51f35eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/docs/guides/formatting.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@ sort-module-level-items = true

### Available configuration option

- `sort_module_level_items`
- `sort-module-level-items`

Reorder import statements alphabetically in groups (a group is separated by a newline).\
**Default:** `false`

- `max_line_length`
- `max-line-length`

Maximum width of each line.\
**Default:** `100`

- `tab_size`
- `tab-size`

Number of spaces per tab.\
**Default:** `4`
Expand Down

0 comments on commit 51f35eb

Please sign in to comment.