From fb91e919ccf625fa7e299bcbce474614346a996f Mon Sep 17 00:00:00 2001 From: Andrey Shcheglov Date: Wed, 13 Jul 2022 20:00:36 +0300 Subject: [PATCH] Add the default value of `extendedIndentBeforeDot` to `diktat-analysis.yml` ### What's done: * The default value of the flag has been copied to the YAML, so that end users can now more easily change it. --- diktat-rules/src/main/resources/diktat-analysis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/diktat-rules/src/main/resources/diktat-analysis.yml b/diktat-rules/src/main/resources/diktat-analysis.yml index 97d6ffafa0..e55015a853 100644 --- a/diktat-rules/src/main/resources/diktat-analysis.yml +++ b/diktat-rules/src/main/resources/diktat-analysis.yml @@ -218,6 +218,8 @@ extendedIndentForExpressionBodies: false # If true: if expression is split by newline after operator like +/-/`*`, then the next line is indented with two indentations instead of one extendedIndentAfterOperators: true + # If true: when dot qualified expression starts on a new line, this line will be indented with two indentations instead of one + extendedIndentBeforeDot: false # The indentation size for each file indentationSize: 4 # Checks that there is no empty blocks in a file.