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

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2015-08-29 13:23:38 +0300
committerXhmikosR <xhmikosr@gmail.com>2015-08-29 18:57:36 +0300
commit5998b93859c05202b4a04b9be889252f19ca2fc0 (patch)
treee59aadf4e2ab6860af23b67bb7418d8ad16bab0e /.gitattributes
parent232469549c9a9b6082b311f568556d99ea03af2f (diff)
Enforce LF for .py files too.
[ci skip]
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 6a776dc6e4..7c22a49fb5 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -4,6 +4,7 @@
*.js text eol=lf
*.json text eol=lf
*.md text eol=lf
+*.py text eol=lf
*.rb text eol=lf
*.scss text eol=lf
*.svg text eol=lf