bat/src/syntax_mapping/builtins/common/50-cpp.toml

7 lines
125 B
TOML
Raw Normal View History

2023-11-05 11:45:53 +01:00
[mappings]
"C++" = [
# probably better than the default Objective C mapping #877
"*.h",
]
"YAML" = [".clang-format"]