mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
scripts/uncrustify: Use 2-spaces indentation for defines too
This commit is contained in:
committed by
Marco Trevisan
parent
4dd51f38c7
commit
ee73d67765
@@ -19,6 +19,7 @@ indent_func_proto_param false
|
||||
indent_switch_case 0
|
||||
indent_case_brace 2
|
||||
indent_paren_close 1
|
||||
pp_multiline_define_body_indent 2
|
||||
|
||||
# spacing
|
||||
sp_arith Add
|
||||
@@ -114,6 +115,7 @@ nl_create_for_one_liner False
|
||||
nl_create_while_one_liner False
|
||||
nl_after_semicolon True
|
||||
nl_multi_line_cond true
|
||||
nl_multi_line_define true
|
||||
|
||||
# mod
|
||||
# I'd like these to be remove, but that removes brackets in if { if { foo } }, which i dislike
|
||||
|
||||
Reference in New Issue
Block a user