4b5602a719
- FilesPage storeToRefs + remotePath coercion; Monaco preload; list action buttons - text_io for UTF-8/LF; install/sync EOL; check_shell_eol + check_text_eol gates - ServerFormDialog, hash login redirect, AppAuth keep-session; design docs and audits Co-authored-by: Cursor <cursoragent@cursor.com>
29 lines
607 B
Plaintext
29 lines
607 B
Plaintext
# Line endings: Ubuntu production + bash scripts require LF in git.
|
|
# Windows dev: set `git config core.autocrlf false` and rely on this file.
|
|
|
|
*.sh text eol=lf
|
|
*.py text eol=lf
|
|
*.vue text eol=lf
|
|
*.ts text eol=lf
|
|
*.mts text eol=lf
|
|
*.mjs text eol=lf
|
|
*.css text eol=lf
|
|
*.scss text eol=lf
|
|
*.html text eol=lf
|
|
*.js text eol=lf
|
|
*.json text eol=lf
|
|
*.yaml text eol=lf
|
|
*.yml text eol=lf
|
|
*.toml text eol=lf
|
|
*.ini text eol=lf
|
|
*.sql text eol=lf
|
|
*.md text eol=lf
|
|
*.txt text eol=lf
|
|
.env.example text eol=lf
|
|
.gitattributes text eol=lf
|
|
.editorconfig text eol=lf
|
|
|
|
*.bat text eol=crlf
|
|
*.cmd text eol=crlf
|
|
*.ps1 text eol=crlf
|