Compare commits
2 Commits
bd022ba048
...
45284f9762
Author | SHA1 | Date | |
---|---|---|---|
45284f9762 | |||
0fd7b3a9fb |
@ -2230,7 +2230,7 @@ align_same_func_call_params_thresh = 1 # number
|
|||||||
# The span for aligning variable definitions.
|
# The span for aligning variable definitions.
|
||||||
#
|
#
|
||||||
# 0: Don't align (default).
|
# 0: Don't align (default).
|
||||||
align_var_def_span = 0 # unsigned number
|
align_var_def_span = 1 # unsigned number
|
||||||
|
|
||||||
# How to consider (or treat) the '*' in the alignment of variable definitions.
|
# 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.
|
# The span for aligning struct/union member definitions.
|
||||||
#
|
#
|
||||||
# 0: Don't align (default).
|
# 0: Don't align (default).
|
||||||
align_var_struct_span = 0 # unsigned number
|
align_var_struct_span = 1 # unsigned number
|
||||||
|
|
||||||
# The threshold for aligning struct/union member definitions.
|
# The threshold for aligning struct/union member definitions.
|
||||||
# Use a negative number for absolute thresholds.
|
# 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.
|
# The span for aligning comments that end lines.
|
||||||
#
|
#
|
||||||
# 0: Don't align (default).
|
# 0: Don't align (default).
|
||||||
align_right_cmt_span = 1 # unsigned number
|
align_right_cmt_span = 120 # unsigned number
|
||||||
|
|
||||||
# Minimum number of columns between preceding text and a trailing comment in
|
# 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
|
# 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
|
align_right_cmt_mix = false # true/false
|
||||||
|
|
||||||
# Whether to only align trailing comments that are at the same brace level.
|
# Whether to only align trailing comments that are at the same brace level.
|
||||||
align_right_cmt_same_level = false # true/false
|
align_right_cmt_same_level = true # true/false
|
||||||
|
|
||||||
# Minimum column at which to align trailing comments. Comments which are
|
# Minimum column at which to align trailing comments. Comments which are
|
||||||
# aligned beyond this column, but which can be aligned in a lesser column,
|
# aligned beyond this column, but which can be aligned in a lesser column,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user