mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-17 16:37:43 +00:00
chore: fix LF/CRLF for errant SCSS file (again) (#7117)
Re-committing as this was undone by d32f7037a3
This commit is contained in:
parent
0fad98fe43
commit
80f9465cb4
2 changed files with 49 additions and 43 deletions
6
.gitattributes
vendored
Normal file
6
.gitattributes
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue