1
0
mirror of https://github.com/sharkdp/bat synced 2026-07-25 17:21:43 +00:00
Files
sharkdp--bat/src/syntax_mapping/builtins/common/50-cpp.toml
T
2023-12-11 10:21:05 +08:00

7 lines
125 B
TOML

[mappings]
"C++" = [
# probably better than the default Objective C mapping #877
"*.h",
]
"YAML" = [".clang-format"]