diff --git a/uncrustify.cfg b/uncrustify.cfg
index 3d52d457fd..8d5d47b971 100644
--- a/uncrustify.cfg
+++ b/uncrustify.cfg
@@ -169,7 +169,7 @@ indent_case_shift                         = 0        # number
 # Spaces to indent '{' from 'case'.
 # By default, the brace will appear under the 'c' in case.
 # Usually set to 0 or indent_columns.
-indent_case_brace                         = 4        # number
+indent_case_brace                         = 0        # number
 
 # Whether to indent comments found in first column
 indent_col1_comment                       = false    # false/true