We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f37213e commit b601b9bCopy full SHA for b601b9b
.gitattributes
@@ -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