1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-07-14 21:15:13 +02:00

Map containers .conf files to TOML syntax

This commit is contained in:
cyqsimon
2024-02-21 00:18:45 +08:00
parent 1b9fc1d5af
commit 92915e22e7

@ -0,0 +1,8 @@
# see https://github.com/containers/image/tree/main/docs
[mappings]
"TOML" = [
"/usr/share/containers/**/*.conf",
"/etc/containers/**/*.conf",
"${HOME}/.config/containers/**/*.conf",
"${XDG_CONFIG_HOME}/containers/**/*.conf",
]