super-productivity/.gitattributes
Corey Newton 80f9465cb4
chore: fix LF/CRLF for errant SCSS file (again) (#7117)
Re-committing as this was undone by d32f7037a3
2026-04-09 19:42:54 +02:00

6 lines
No EOL
133 B
Text

# Force text files to LF in repo and working tree
* text=auto
*.scss text eol=lf
*.html text eol=lf
*.js text eol=lf
*.ts text eol=lf