Prep work before we use the new setup

This commit is contained in:
2023-06-13 15:45:28 -04:00
parent c7845e62d9
commit 0ee1e7666e
11 changed files with 22 additions and 38 deletions

View File

@@ -1,14 +0,0 @@
[code]
editor = vim
[core]
# 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