forked from The-Real-Forking-Good-Place/apache_-_devlake
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
34 lines (27 loc) · 667 Bytes
/
Copy path.gitattributes
File metadata and controls
34 lines (27 loc) · 667 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Ensure all text files use LF (Linux) line endings
* text=auto eol=lf
# Treat shell scripts as text and enforce LF
*.sh text eol=lf
# Treat Go files as text and enforce LF
*.go text eol=lf
# Treat Python files as text and enforce LF
*.py text eol=lf
# Treat JavaScript files as text and enforce LF
*.js text eol=lf
# Treat Markdown files as text and enforce LF
*.md text eol=lf
# Treat configuration files as text and enforce LF
*.yml text eol=lf
*.yaml text eol=lf
*.json text eol=lf
# Prevent CRLF normalization for binary files
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.pdf binary
*.zip binary
*.tar binary
*.gz binary
*.bz2 binary
*.xz binary