mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
uncrustify.cfg: updated
This commit is contained in:
@@ -93,3 +93,19 @@ nl_func_type_name = force
|
||||
nl_else_brace = add
|
||||
nl_elseif_brace = add
|
||||
nl_for_brace = add
|
||||
|
||||
# Whether to ignore the '#define' body while formatting.
|
||||
pp_ignore_define_body = true # true/false
|
||||
|
||||
# Add or remove space between #else or #endif and a trailing comment.
|
||||
sp_endif_cmt = add # ignore/add/remove/force
|
||||
|
||||
# The span for aligning comments that end lines.
|
||||
#
|
||||
# 0: Don't align (default).
|
||||
align_right_cmt_span = 3 # 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
|
||||
# an effect.
|
||||
align_right_cmt_gap = 2 # unsigned number
|
||||
|
||||
Reference in New Issue
Block a user