mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-17 16:37:43 +00:00
6 lines
No EOL
133 B
Text
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 |