From 614fbcbd3055ec5fed13ce76a330a49ea0b0cfa9 Mon Sep 17 00:00:00 2001 From: Raymond Ha Date: Tue, 6 Dec 2022 23:05:38 -0800 Subject: [PATCH] docs: Add default for indentSize --- website/src/pages/configuration.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/src/pages/configuration.mdx b/website/src/pages/configuration.mdx index 0ae1c7cfdf1..2e922056160 100644 --- a/website/src/pages/configuration.mdx +++ b/website/src/pages/configuration.mdx @@ -184,6 +184,8 @@ Rome's default is `"tab"`. How big the indentation should be. +> Default: `2` + ### `formatter.lineWidth` How many characters can be written on a single line.