Препроцессор

This commit is contained in:
Andrei Astafev 2019-08-12 06:34:50 +03:00
parent e893f9967d
commit 58fafe2175

View File

@ -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 # Whether to indent #if/#else/#endif at the brace level. If false, these are
# indented from column 1. # 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 # Specifies the number of columns to indent preprocessors per level
# at brace level 0 (file-level). If pp_indent_at_level=false, also specifies # 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). # at brace level > 0 (function-level).
# #
# Default: 1 # 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. # 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. # Sets the number of spaces per level added with pp_space.
pp_space_count = 0 # unsigned number pp_space_count = 0 # unsigned number