2017-02-18 18:05:08 +00:00
|
|
|
[code]
|
2023-03-16 20:26:18 +00:00
|
|
|
editor = vim
|
2020-03-15 18:44:36 +00:00
|
|
|
[core]
|
2023-03-16 20:26:18 +00:00
|
|
|
# Don't change any line endings. That means if a file has CRLF line endings
|
|
|
|
# the carriage return will stay. I'm only worknig with LF line endings on
|
|
|
|
# Windows now except for .bat files which are forced to have CRLF via
|
|
|
|
# per-project editorconfig and gitattribute files. I want those files to
|
|
|
|
# still have CRLFs when modified on Linux.
|
|
|
|
#
|
|
|
|
# I used these posts for reference:
|
|
|
|
# https://markentier.tech/posts/2021/10/autocrlf-true-considered-harmful/
|
|
|
|
# https://troyready.com/blog/git-windows-dont-convert-line-endings.html
|
|
|
|
#
|
|
|
|
autocrlf = false
|