* top/maint.mk (indent_args): Use --ignore-profile.
+2024-05-03 Simon Josefsson <simon@josefsson.org>
+
+ maint.mk: Don't fail on ~/.indent.pro, reported by Collin Funk.
+ * top/maint.mk (indent_args): Use --ignore-profile.
+
2024-05-02 Collin Funk <collin.funk1@gmail.com>
gnulib-tool.sh: Fix program name in error message.
# Indentation
-indent_args ?= -ppi 1
+indent_args ?= --ignore-profile --preprocessor-indentation 1
C_SOURCES ?= $$($(VC_LIST_EXCEPT) | grep '\.[ch]\(.in\)\?$$')
INDENT_SOURCES ?= $(C_SOURCES)
exclude_file_name_regexp--indent ?= $(exclude_file_name_regexp--sc_indent)