Skip to content

.gitattributes line endings / script chmod #8248

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jan 12, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 8 additions & 5 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,20 +1,23 @@
# This is based on the Github .gitattributes templates
# Set default behaviour, in case users don't have core.autocrlf set.
* text=auto

# Explicitly declare text files we want to always be normalized and converted
# to native line endings on checkout.
# Explicitly declare text files to normalize
*.cpp text
*.h text
*.mm text

# Declare files that will always have CRLF line endings on checkout.
# Files with CRLF line endings for Windows
*.sln text eol=crlf
*.vcxproj* text eol=crlf
.appveyor.yml text eol=crlf
*.bat text eol=crlf
*.props text eol=crlf
*.filters text eol=crlf

# Denote all files that are truly binary and should not be modified.
# Files with LF line endings for Unix-like systems
*.sh text eol=lf

# Binary files (no EOL normalization)
*.png binary
*.jpg binary

Expand Down
Empty file modified scripts/ci/emscripten/build_addons.sh
100644 → 100755
Empty file.
Empty file modified scripts/ci/vs/pg_projects.sh
100644 → 100755
Empty file.
Empty file modified scripts/dev/local_libs.sh
100644 → 100755
Empty file.
Empty file modified scripts/linux/archlinux_armv7/install_dependencies.sh
100644 → 100755
Empty file.
Empty file modified scripts/linux/chip/install_codecs.sh
100644 → 100755
Empty file.
Empty file modified scripts/linux/chip/install_dependencies.sh
100644 → 100755
Empty file.
Empty file modified scripts/osx/build_iconset.sh
100644 → 100755
Empty file.
Empty file modified scripts/vs/download_libs_2019_x64.sh
100644 → 100755
Empty file.
Empty file modified scripts/vs/download_libs_x64.sh
100644 → 100755
Empty file.
Loading