mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-25 13:21:14 -05:00
Force LF line endings
This commit is contained in:
parent
abd6d4e2ba
commit
f2e43e04c8
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
|
||||
.gitattributes export-ignore
|
||||
.gitignore export-ignore
|
||||
|
|
@ -7,13 +18,3 @@ src/version.h.cmake export-subst
|
|||
snapcraft.yaml export-ignore
|
||||
make_release.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…
Add table
Add a link
Reference in a new issue