Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dosbox-staging/dosbox-staging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirk Klobe <kklobe@gmail.com>2022-04-27 18:29:31 +0300
committerkcgen <kcgen@users.noreply.github.com>2022-04-27 18:59:00 +0300
commit74e7d0644140df27aaa9531ca33164f1bae4e841 (patch)
tree8b4e58b08197a85ddb0638ee032d2584c5e5920d /.gitattributes
parent186d1d1762be73859026a15dc176328b1a5fa8f7 (diff)
Update .gitattributes to auto-normalize text files
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes
index 3f0e8e0cf..889af6df4 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,2 +1,4 @@
+# auto-normalize any added text files to LF
+* text=auto
# github linguist
-*.h linguist-language=C++
+*.h linguist-language=C++