Files
ghostty/.editorconfig
Jon Parise 16a98f5831 editorconfig: 2-space indent for Nushell scripts
This aligns with the Topiary format, which appears to be the most
prominent community standard.

https://github.com/blindFS/topiary-nushell
2026-01-22 11:08:29 -08:00

15 lines
207 B
INI

root = true
[*.{sh,bash,elv,nu}]
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