Skip to content

Commit 3e7b06c

Browse files
scottconverseclaude
andcommitted
Add .gitattributes for LF normalization
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent df536f5 commit 3e7b06c

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.gitattributes

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Normalize line endings: text files are LF in the repo.
2+
* text=auto eol=lf
3+
4+
# Treat SCAD and common asset types explicitly
5+
*.scad text eol=lf
6+
*.md text eol=lf
7+
*.yml text eol=lf
8+
*.svg text eol=lf
9+
*.ps1 text eol=lf
10+
11+
# Binary assets (if any are added later)
12+
*.stl binary
13+
*.3mf binary
14+
*.png binary

0 commit comments

Comments
 (0)