Skip to content

Commit

Permalink
chore: Move responsibility for removing CR (#533)
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr authored Oct 29, 2024
1 parent 9375cfa commit 4320d1c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 0 additions & 5 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
src/duckdb/** linguist-vendored
src/duckdb/**/*.c text eol=lf
src/duckdb/**/*.cc text eol=lf
src/duckdb/**/*.cpp text eol=lf
src/duckdb/**/*.h text eol=lf
src/duckdb/**/*.hpp text eol=lf
1 change: 1 addition & 0 deletions cleanup.win
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ set -ex

git clean -fdx src
cd src
find duckdb -type f | egrep '[.](cc|cpp|h|hpp)$' | xargs dos2unix
tar cvJf duckdb.tar.xz duckdb
rm -rf duckdb

0 comments on commit 4320d1c

Please sign in to comment.