mirror of
https://gitee.com/Vancouver2017/luban-lite.git
synced 2025-12-24 13:08:55 +00:00
10 lines
215 B
Plaintext
10 lines
215 B
Plaintext
# .gitattributes for packages.
|
|
|
|
# Handle line endings automatically for files detected as text
|
|
# and leave all files detected as binary untouched.
|
|
# ============
|
|
* text=auto
|
|
|
|
Kconfig text eol=lf
|
|
*.json text eol=lf
|