-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy path.gitattributes
More file actions
32 lines (28 loc) · 753 Bytes
/
Copy path.gitattributes
File metadata and controls
32 lines (28 loc) · 753 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
# 8086 Assembly Language Programs - Academic Repository
# Professional .gitattributes for scholarly archiving
# Set default behavior to automatically normalize line endings
* text=auto
# Ensure text and source files use LF on checkout
*.md text eol=lf
*.asm text eol=lf
*.inc text eol=lf
*.cff text eol=lf
*.json text eol=lf
.gitattributes text eol=lf
.gitignore text eol=lf
LICENSE text eol=lf
# Explicitly mark binary files
*.bin binary
*.com binary
*.exe binary
*.obj binary
*.pdf binary
*.png binary
*.jpg binary
*.jpeg binary
# Improve diff handling
*.md text diff=markdown
*.asm text diff=asm
*.js linguist-vendored linguist-detectable=false
*.css linguist-vendored linguist-detectable=false
*.html linguist-vendored linguist-detectable=false