diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2015-10-20 06:52:42 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2015-10-20 06:52:42 +0200 |
commit | f268cfe57d0b96f19acf76df9e9843a56a8c895d (patch) | |
tree | d1ee1684c8d5e76c264015edb21e7729a25319fd | |
parent | bb43e044972f541ae6d39e1718a6a2a08102f78b (diff) |
gitattributes: more text extensions to eol=lf
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 5f7a58f5..d681ede5 100644 --- a/.gitattributes +++ b/.gitattributes @@ -6,3 +6,5 @@ *.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 |