Compare commits
No commits in common. "45284f97623b7ae952020771846ccfe2e0a3cf58" and "bd022ba0487ba4c85c1e31d195862aafbcac21fa" have entirely different histories.
45284f9762
...
bd022ba048
@ -2230,7 +2230,7 @@ align_same_func_call_params_thresh = 1 # number
|
||||
# The span for aligning variable definitions.
|
||||
#
|
||||
# 0: Don't align (default).
|
||||
align_var_def_span = 1 # unsigned number
|
||||
align_var_def_span = 0 # unsigned number
|
||||
|
||||
# How to consider (or treat) the '*' in the alignment of variable definitions.
|
||||
#
|
||||
@ -2321,7 +2321,7 @@ align_var_class_gap = 0 # unsigned number
|
||||
# The span for aligning struct/union member definitions.
|
||||
#
|
||||
# 0: Don't align (default).
|
||||
align_var_struct_span = 1 # unsigned number
|
||||
align_var_struct_span = 0 # unsigned number
|
||||
|
||||
# The threshold for aligning struct/union member definitions.
|
||||
# Use a negative number for absolute thresholds.
|
||||
@ -2371,7 +2371,7 @@ align_typedef_amp_style = 0 # unsigned number
|
||||
# The span for aligning comments that end lines.
|
||||
#
|
||||
# 0: Don't align (default).
|
||||
align_right_cmt_span = 120 # unsigned number
|
||||
align_right_cmt_span = 1 # unsigned number
|
||||
|
||||
# Minimum number of columns between preceding text and a trailing comment in
|
||||
# order for the comment to qualify for being aligned. Must be non-zero to have
|
||||
@ -2383,7 +2383,7 @@ align_right_cmt_gap = 1 # unsigned number
|
||||
align_right_cmt_mix = false # true/false
|
||||
|
||||
# Whether to only align trailing comments that are at the same brace level.
|
||||
align_right_cmt_same_level = true # true/false
|
||||
align_right_cmt_same_level = false # true/false
|
||||
|
||||
# Minimum column at which to align trailing comments. Comments which are
|
||||
# aligned beyond this column, but which can be aligned in a lesser column,
|
||||
|
Loading…
x
Reference in New Issue
Block a user