mirror of
https://github.com/zed-industries/zed.git
synced 2026-06-01 03:14:56 +07:00
Closes #23026 With this hotfix, git committing from the built-in Zed terminal (well, PowerShell), now works. Release Notes: - N/A
5 lines
229 B
Text
5 lines
229 B
Text
# Prevent GitHub from displaying comments within JSON files as errors.
|
|
*.json linguist-language=JSON-with-Comments
|
|
|
|
# Ensure the WSL script always has LF line endings, even on Windows
|
|
crates/zed/resources/windows/zed text eol=lf
|