Skip to content

Commit b601b9b

Browse files
committed
Add git attributes
1 parent f37213e commit b601b9b

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.gitattributes

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Auto detect text files and perform LF normalization
2+
*.livecodescript linguist-detectable=true
3+
*.livecode linguist-detectable=false
4+
5+
# Set default behaviour, in case users don't have core.autocrlf set.
6+
* text=auto
7+
8+
# Explicitly declare text files we want to always be normalized and converted
9+
# to native line endings on checkout.
10+
*.livecodescript text
11+
12+
# Declare files that will always have LF line endings on checkout.
13+
*.livecodescript text eol=CRLF
14+
15+
# Denote all files that are truly binary and should not be modified.
16+
*.png binary
17+
*.jpg binary
18+
*.jepg binary
19+
*.rev binary
20+
*.livecode binary

0 commit comments

Comments
 (0)