From f8b61376198b20d835542f8161ea1ef061136333 Mon Sep 17 00:00:00 2001 From: maciektr Date: Fri, 27 Oct 2023 16:57:08 +0200 Subject: [PATCH] Docs: Use kebab-case for formatting options commit-id:e79b931d --- 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`