diff --git a/.gitattributes b/.gitattributes index 73641da..488d536 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,6 @@ -* text=auto +# https://git-scm.com/docs/gitattributes + +* text=auto eol=lf # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/dot_editorconfig b/dot_editorconfig index 9d08a1a..2a1417f 100644 --- a/dot_editorconfig +++ b/dot_editorconfig @@ -1,3 +1,5 @@ +# https://editorconfig.org + root = true [*] diff --git a/dot_gitconfig.tmpl b/dot_gitconfig.tmpl index fd5147c..2f5e501 100644 --- a/dot_gitconfig.tmpl +++ b/dot_gitconfig.tmpl @@ -70,7 +70,7 @@ [help] autoCorrect = prompt -{{- if env "CODESPACES" | not }} +{{- if env "CODESPACES" | not -}} ## Local Workflow [user] {{- if .name }}