Git does not use TOML, even if it looks very similar. You can check the syntax in "man git-config", but is definitely has a few syntax differences to TOML (especially the "[section "subsection"]" part)
There is no formal git-config standard other than what's deployed in git.
zaarn|6 years ago
There is no formal git-config standard other than what's deployed in git.