mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-02-03 14:21:38 -08:00
scripts) and re-enabled the ESLint linebreak-style rule for LF. Details: - .gitattributes added at repo root to normalize line endings across platforms. - .eslintrc.js set back to ["error", "unix"] for JS linting.
15 lines
269 B
Text
15 lines
269 B
Text
* text=auto
|
|
*.js text eol=lf
|
|
*.mjs text eol=lf
|
|
*.cjs text eol=lf
|
|
*.css text eol=lf
|
|
*.html text eol=lf
|
|
*.json text eol=lf
|
|
*.md text eol=lf
|
|
*.yml text eol=lf
|
|
*.yaml text eol=lf
|
|
*.py text eol=lf
|
|
*.sh text eol=lf
|
|
*.bat text eol=crlf
|
|
*.cmd text eol=crlf
|
|
*.ps1 text eol=crlf
|