Expand git-config filename pattern to include */git/config

This commit is contained in:
Justin Su
2026-02-26 04:26:07 -05:00
parent d38f0dfe7a
commit f1a7f0d392

View File

@@ -1,7 +1,7 @@
filetype: git-config
detect:
filename: "git(config|modules)$|\\.git/config$"
filename: "git(config|modules)$|^(.*[\\/])?\\.?git/config$"
rules:
- constant: "\\<(true|false)\\>"