forked from musescore/MuseScore
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
18 lines (15 loc) · 713 Bytes
/
.gitattributes
File metadata and controls
18 lines (15 loc) · 713 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Normalise text files by default
* text=auto
# Shell scripts with shebang lines must have LF line endings
*.sh text eol=lf
*.py text eol=lf
*.ps1 text eol=lf
build.cmake text eol=lf
# Batch files need CRLF line endings
*.bat text eol=crlf
*.cmd text eol=crlf
# Windows PortableApps packaging files need CRLF line endings
buildscripts/packaging/Windows/PortableApps/**/*.ini eol=crlf
buildscripts/packaging/Windows/PortableApps/**/*.txt eol=crlf
buildscripts/packaging/Windows/PortableApps/**/*.ini.in eol=crlf
buildscripts/packaging/Windows/PortableApps/**/*.html eol=crlf