Skip to content

Commit

Permalink
chore: add .gitattributes for consistent EOL handling and update `s…
Browse files Browse the repository at this point in the history
…ync-client.yml`
  • Loading branch information
lumirlumir committed Dec 19, 2024
1 parent 2a1bf54 commit 2aee6a2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -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
2 changes: 2 additions & 0 deletions .github/sync-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2aee6a2

Please sign in to comment.