diff options
| author | Uwe Tews <uwe.tews@gmail.com> | 2018-08-30 17:36:10 +0200 |
|---|---|---|
| committer | Uwe Tews <uwe.tews@gmail.com> | 2018-08-30 17:38:07 +0200 |
| commit | 3a78a21f14f15c8100639312b40c083f1e37a9e6 (patch) | |
| tree | a738f38af5a7dccf71b0e54479901d16a959061a /.gitattributes | |
| parent | a1f6720318a2a0b81f53ba1fe24dd0b789960bd2 (diff) | |
| download | smarty-3a78a21f14f15c8100639312b40c083f1e37a9e6.tar.gz smarty-3a78a21f14f15c8100639312b40c083f1e37a9e6.tar.bz2 smarty-3a78a21f14f15c8100639312b40c083f1e37a9e6.zip | |
Update .gitattributes to force eol=lf
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 4d3c3d8c..eedcfa37 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,11 @@ # Auto detect text files and perform LF normalization * text=auto +*.php text eol=lf +*.y text eol=lf +*.lex text eol=lf + + # exclude from git export /travis.ini export-ignore /myconfig.ini export-ignore |
