aboutsummaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2015-08-29 13:23:38 +0300
committerXhmikosR <[email protected]>2015-08-29 18:57:36 +0300
commit5998b93859c05202b4a04b9be889252f19ca2fc0 (patch)
treee59aadf4e2ab6860af23b67bb7418d8ad16bab0e /.gitattributes
parent232469549c9a9b6082b311f568556d99ea03af2f (diff)
downloadbootstrap-5998b93859c05202b4a04b9be889252f19ca2fc0.tar.xz
bootstrap-5998b93859c05202b4a04b9be889252f19ca2fc0.zip
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 6a776dc6e..7c22a49fb 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