diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..8a5a533 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +# https://git-scm.com/docs/gitattributes + +# Ensure consistent EOL(LF) for all files that Git considers text files. +* text=auto eol=lf diff --git a/.github/sync-client.yml b/.github/sync-client.yml index 40d4861..0e72418 100644 --- a/.github/sync-client.yml +++ b/.github/sync-client.yml @@ -10,6 +10,8 @@ lumirlumir/lumirlumir-configs: # ./ - source: ./.editorconfig dest: ./configs/.editorconfig + - source: ./.gitattributes + dest: ./configs/.gitattributes - source: ./.nvmrc dest: ./configs/.nvmrc - source: ./LICENSE.md