9a1feb5b10
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 PR #1069
6 lines
73 B
Plaintext
6 lines
73 B
Plaintext
This can be anything.
|
|
|
|
[user]
|
|
email = user@example.org
|
|
name = John Doe
|