mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-04 15:19:42 +00:00
Meta: Add .gitattributes file
This file is used to configure Git to properly handle line endings
This commit is contained in:
parent
98bea083c4
commit
8c5f08ea94
Notes:
sideshowbarker
2024-07-19 04:27:58 +09:00
Author: https://github.com/stelar7
Commit: 8c5f08ea94
Pull-request: https://github.com/SerenityOS/serenity/pull/2926
1 changed files with 6 additions and 0 deletions
6
.gitattributes
vendored
Normal file
6
.gitattributes
vendored
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
# Set the default behavior to always use LF file endings
|
||||||
|
* text=auto eol=lf
|
||||||
|
|
||||||
|
# Denote all files that are truly binary and should not be modified.
|
||||||
|
*.png binary
|
||||||
|
*.jpg binary
|
Loading…
Add table
Add a link
Reference in a new issue