stable-diffusion-webui/.gitattributes
ToniIAPro73 ec7751ef36 Added a .gitattributes to enforce consistent line endings (LF for source/docs, CRLF for Windows
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.
2025-12-27 09:38:43 +01:00

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