1
0
Fork 0

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:
Peter Hutterer 2024-03-12 11:08:27 +10:00
parent d73c64a61c
commit 1f3dcc9201

View file

@ -132,7 +132,7 @@ sp_func_call_user_paren = remove
# Disable auto-alignment of macros, we often manually align the \ with # Disable auto-alignment of macros, we often manually align the \ with
# spaces which uncrustify doesn't support. # spaces which uncrustify doesn't support.
align_nl_cont = false align_nl_cont = 0
# Ignore spacing in multiline comments. # Ignore spacing in multiline comments.
cmt_indent_multi = false cmt_indent_multi = false