llvm/clang/test/Format/lit.local.cfg

# Suffixes supported by clang-format.
config.suffixes = [
    ".c",
    ".cc",
    ".cpp",
    ".h",
    ".m",
    ".mm",
    ".java",
    ".js",
    ".ts",
    ".proto",
    ".protodevel",
    ".pb.txt",
    ".txtpb",
    ".textproto",
    ".textpb",
    ".asciipb",
    ".td",
]