clang-format generated code for easier debugging

This commit is contained in:
Nicolas Williams
2021-01-19 14:23:58 -06:00
parent 37ab2a5308
commit 6d85ba384f
2 changed files with 12 additions and 2 deletions

View File

@@ -18,6 +18,7 @@ dnl Checks for programs.
AC_PROG_CC
AM_PROG_CC_C_O
AC_PROG_CPP
AC_CHECK_PROG(CLANG_FORMAT, clang-format, [clang-format], [no])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])