From 51f35ebf2d919d1c9bc2a1b0bac78d60dbf57a3e Mon Sep 17 00:00:00 2001 From: maciektr Date: Fri, 27 Oct 2023 17:44:51 +0200 Subject: [PATCH] Docs: Use kebab-case for formatting options (#836) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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.* --- website/docs/guides/formatting.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/docs/guides/formatting.md b/website/docs/guides/formatting.md index 5430f264c..2e9ef4bc0 100644 --- a/website/docs/guides/formatting.md +++ b/website/docs/guides/formatting.md @@ -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`