mirror of
https://github.com/nix-community/home-manager
synced 2024-11-15 07:39:46 +01:00
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
3 lines
50 B
Text
3 lines
50 B
Text
[user]
|
|
email = user@example.org
|
|
name = John Doe
|