# Configuration file for yact. See https://github.com/NelsonAPenn/yact for more
# information.
#
# Created from the C / C++ sample config file.
= [
{ = "**/*.cpp", = [{ = "ClangFormat"}] },
{ = "**/*.hpp", = [{ = "ClangFormat"}] },
{ = "**/*.h", = [{ = "ClangFormat"}] },
{ = "**/*.c", = [{ = "ClangFormat"}] },
# clang-format also works for JSON. If it's already installed, may as well
# use it rather than configuring a different tool.
{ = "**/*.json", = [{ = "ClangFormat"}] },
{ = "**/*.md", = [{ = "TrailingWhitespace" }]},
]