dotfiles/windows/gitconfig.platform

6 lines
157 B
Plaintext
Raw Normal View History

[code]
editor = /usr/bin/vim
2017-06-09 20:10:39 +00:00
[core]
# Convert unix LF to Windows CRLF when checking out and vice-versa when adding files to the index.
2017-06-09 20:10:39 +00:00
autocrlf = true