diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2019-02-14 21:11:55 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2019-02-14 21:19:20 +0100 |
commit | d662f14aaf9382551ad43e862f2f3ee59ab823c7 (patch) | |
tree | 4452363141d5d46056fda20756e463fc6d3afcb2 /.gitattributes | |
parent | 4864ad914522d71376d0b30cc573685316b6d21b (diff) |
gitattributes
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 33 |
1 files changed, 22 insertions, 11 deletions
diff --git a/.gitattributes b/.gitattributes index b1f944e9..05e51885 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,11 +1,22 @@ -*.[ch]pp text=auto eol=lf -*.[ch] text=auto eol=lf -*.[ch]xx text=auto eol=lf -*.txt text=auto eol=lf -*.ui text=auto eol=lf -*.qrc text=auto eol=lf -*.cc text=auto eol=lf -*.md text=auto eol=lf -*.rc text=auto eol=lf -*.csv text=auto eol=lf -.[a-z]* text=auto eol=lf +*.[ch]pp text eol=lf +*.[ch] text eol=lf +*.[ch]xx text eol=lf +*.cc text eol=lf +*.rc text eol=lf + +*.git?* text eol=lf + +*.txt text eol=lf +*.cmake text eol=lf + +*.md text eol=lf +*.csv text eol=lf +*.json text eol=lf + +*.ui text eol=lf +*.qrc text eol=lf +*.ts text eol=lf +*.in text eol=lf + +*.cmd text eol=crlf +*.bat text eol=crlf
\ No newline at end of file |