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

github.com/twbs/bootstrap-expo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2021-01-23 12:15:25 +0300
committerGitHub <noreply@github.com>2021-01-23 12:15:25 +0300
commitcaa2ebf4c277d8f2a61517de07382a202dd5da59 (patch)
tree7195b1f245201731f0de25bafc6186d48a974de7
parent8223f0cd1c010eefa18a03bcde8a15645971e727 (diff)
Simplify .gitattributes
-rw-r--r--.gitattributes7
1 files changed, 1 insertions, 6 deletions
diff --git a/.gitattributes b/.gitattributes
index 39896c8..205021e 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,7 +1,2 @@
# Enforce Unix newlines
-*.css text eol=lf
-*.html text eol=lf
-*.json text eol=lf
-*.md text eol=lf
-*.scss text eol=lf
-*.yml text eol=lf
+* text=auto eol=lf