mirror of
https://github.com/HugeFrog24/go-telegram-bot.git
synced 2026-03-02 00:14:34 +00:00
Add .gitattributes to enforce LF line endings
This commit is contained in:
13
.gitattributes
vendored
Normal file
13
.gitattributes
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
# Enforce LF line endings for all files
|
||||
* text eol=lf
|
||||
|
||||
# Specific file types that should always have LF line endings
|
||||
*.go text eol=lf
|
||||
*.json text eol=lf
|
||||
*.sh text eol=lf
|
||||
*.md text eol=lf
|
||||
|
||||
# Example: Binary files should not be modified
|
||||
*.jpg binary
|
||||
*.png binary
|
||||
*.gif binary
|
||||
Reference in New Issue
Block a user