* 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-01 Bruno Haible <bruno@clisp.org>
readutmp, boot-time: Improve for some Cygwin installations.
# 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)