mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 15:40:41 -05:00
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
@ -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 New Issue
Block a user