bolt/deps/llvm-18.1.8/clang/test/Format/lit.local.cfg

20 lines
267 B
INI
Raw Normal View History

2025-02-14 19:21:04 +01:00
# Suffixes supported by clang-format.
config.suffixes = [
".c",
".cc",
".cpp",
".h",
".m",
".mm",
".java",
".js",
".ts",
".proto",
".protodevel",
".pb.txt",
".textproto",
".textpb",
".asciipb",
".td",
]