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