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>
17 lines
268 B
INI
17 lines
268 B
INI
# EditorConfig — keep LF for code deployed to Ubuntu
|
|
# https://editorconfig.org
|
|
|
|
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
|
|
[*.{bat,cmd}]
|
|
end_of_line = crlf
|
|
|
|
[*.md]
|
|
trim_trailing_whitespace = false
|