diff --git a/default.cfg b/default.cfg index bbf2e8e..78f588f 100644 --- a/default.cfg +++ b/default.cfg @@ -2612,7 +2612,7 @@ pp_indent = ignore # ignore/add/remove/force # Whether to indent #if/#else/#endif at the brace level. If false, these are # indented from column 1. -pp_indent_at_level = false # true/false +pp_indent_at_level = true # true/false # Specifies the number of columns to indent preprocessors per level # at brace level 0 (file-level). If pp_indent_at_level=false, also specifies @@ -2620,10 +2620,10 @@ pp_indent_at_level = false # true/false # at brace level > 0 (function-level). # # Default: 1 -pp_indent_count = 1 # unsigned number +pp_indent_count = 4 # unsigned number # Add or remove space after # based on pp_level of #if blocks. -pp_space = ignore # ignore/add/remove/force +pp_space = remove # ignore/add/remove/force # Sets the number of spaces per level added with pp_space. pp_space_count = 0 # unsigned number