1
0
mirror of https://gitlab.gnome.org/GNOME/nautilus synced 2024-06-30 23:46:35 +00:00

Revert "uncrustify: Ignore sp_arith to workaround bug"

This reverts commit 3ad2de33da.
This commit is contained in:
Ondrej Holy 2021-07-14 09:35:18 +02:00
parent ff0e896253
commit 0865620acf

View File

@ -39,7 +39,7 @@ nl_end_of_file_min = 1
sp_return_paren = force # "return (1);" vs "return(1);"
sp_sizeof_paren = force # "sizeof (int)" vs "sizeof(int)"
sp_assign = force
sp_arith = ignore # Should be "force", but https://github.com/uncrustify/uncrustify/issues/3233
sp_arith = force
sp_bool = force
sp_compare = force
sp_after_comma = force