diff options
| author | XhmikosR <[email protected]> | 2015-08-29 13:23:38 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2015-08-29 18:57:36 +0300 |
| commit | 5998b93859c05202b4a04b9be889252f19ca2fc0 (patch) | |
| tree | e59aadf4e2ab6860af23b67bb7418d8ad16bab0e | |
| parent | 232469549c9a9b6082b311f568556d99ea03af2f (diff) | |
| download | bootstrap-5998b93859c05202b4a04b9be889252f19ca2fc0.tar.xz bootstrap-5998b93859c05202b4a04b9be889252f19ca2fc0.zip | |
Enforce LF for .py files too.
[ci skip]
| -rw-r--r-- | .gitattributes | 1 |
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 |
