mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-24 20:56:08 +03:00

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.
15 lines
204 B
INI
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
|