Skip to content

Commit

Permalink
fixup! maint/dev ~ add gitattributes config
Browse files Browse the repository at this point in the history
  • Loading branch information
rivy committed Nov 21, 2023
1 parent 18600ad commit 19c5aab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*.[cC][mM][dD] text eol=crlf
*.[sS][lL][nN] text eol=crlf

# binaries; force binary interpretation (for diff sanity [limits worthless wall-of-text] and avoidance of CRLF/LF issues)
# binaries; force binary interpretation (limits worthless wall-of-text diffs and avoids CRLF/LF conversion issues)
# - note: use `git diff --text ...` or `git log --text ...` to override and show differences as text
# * build/dist artifacts
build/**/* binary
Expand Down

0 comments on commit 19c5aab

Please sign in to comment.