tools/uncrustify: Fix invalid align_nl_cont value
Option<UNUM>: at tools/uncrustify.cfg:135: Expected unsigned number , for 'align_nl_cont'; got 'false' Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3658>
This commit is contained in:
parent
d73c64a61c
commit
1f3dcc9201
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ sp_func_call_user_paren = remove
|
|||
|
||||
# Disable auto-alignment of macros, we often manually align the \ with
|
||||
# spaces which uncrustify doesn't support.
|
||||
align_nl_cont = false
|
||||
align_nl_cont = 0
|
||||
|
||||
# Ignore spacing in multiline comments.
|
||||
cmt_indent_multi = false
|
||||
|
|
Loading…
Reference in a new issue