ghostty/.editorconfig
Jon Parise 5cdfe3d70e elvish: revise the ssh integration
The previous implementation wasn't quite working. This revision reworks
it in a few ways:

- Fix various syntax issues
- Redirect the `ssh` command to our 'ssh-integration' function
- Locate the `ghostty` binary using $GHOSTTY_BIN_DIR
- Use os:temp-dir to create our temporary directory

Also, consistently use 2-space indents, which is the Elvish standard.
2025-07-09 22:19:13 -04:00

15 lines
204 B
INI

root = true
[*.{sh,bash,elv}]
indent_size = 2
indent_style = space
[bash-preexec.sh]
indent_size = 4
indent_style = space
[*.swift]
indent_size = 4
indent_style = space
trim_trailing_whitespace = true