mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
Force LF line endings
This commit is contained in:
committed by
Janek Bevendorff
parent
33a747d5bc
commit
6ca42103b8
21
.gitattributes
vendored
21
.gitattributes
vendored
@@ -1,3 +1,14 @@
|
|||||||
|
# Github-linguist language hints
|
||||||
|
*.h linguist-language=C++
|
||||||
|
*.cpp linguist-language=C++
|
||||||
|
|
||||||
|
# Line endings harmony
|
||||||
|
* text=auto eol=lf
|
||||||
|
|
||||||
|
# binary files
|
||||||
|
*.ai binary
|
||||||
|
|
||||||
|
# Export
|
||||||
src/version.h.cmake export-subst
|
src/version.h.cmake export-subst
|
||||||
.gitattributes export-ignore
|
.gitattributes export-ignore
|
||||||
.gitignore export-ignore
|
.gitignore export-ignore
|
||||||
@@ -7,13 +18,3 @@ src/version.h.cmake export-subst
|
|||||||
snapcraft.yaml export-ignore
|
snapcraft.yaml export-ignore
|
||||||
make_release.sh export-ignore
|
make_release.sh export-ignore
|
||||||
AppImage-Recipe.sh export-ignore
|
AppImage-Recipe.sh export-ignore
|
||||||
|
|
||||||
# github-linguist language hints
|
|
||||||
*.h linguist-language=C++
|
|
||||||
*.cpp linguist-language=C++
|
|
||||||
|
|
||||||
# binary files
|
|
||||||
*.ai binary
|
|
||||||
|
|
||||||
# Line endings harmony
|
|
||||||
* text=auto
|
|
||||||
|
|||||||
Reference in New Issue
Block a user