github.com/opencontainers/runc@v1.2.0-rc.1.0.20240520010911-492dc558cdd6/.clang-format (about)

     1  ---
     2  # We use GNU indent from the Makefile to format C code in this project. Alas,
     3  # there is no way to map indent options to clang-format style options in a way
     4  # to achieve identical results for both formatters.
     5  #
     6  # Therefore, let's disable clang-format entirely.
     7  DisableFormat: true
     8  ...