mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2026-03-11 08:54:48 +00:00
Force LF line endings
This commit is contained in:
parent
33a747d5bc
commit
6ca42103b8
1 changed files with 11 additions and 10 deletions
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
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue