Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When setting values using the `git config --set` command, git formats the file a bit differently. This changes the output so it maps to that format. Differences: * each `key = value` in a section is prefixed by a tab character * the `=` between the key and the value is surrounded by spaces
- Loading branch information