diff --git a/README.md b/README.md index 8744cb36f2c6..c50e9890c5cd 100644 --- a/README.md +++ b/README.md @@ -819,6 +819,10 @@ linters-settings: allow-assign-and-call: true # Allow multiline assignments to be cuddled. Default is true. allow-multiline-assign: true + # Allow case blocks to end with a whitespace. + allow-case-traling-whitespace: true + # Allow declarations (var) to be cuddled. + allow-cuddle-declarations: false linters: enable: