mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-05 23:28:21 +00:00
This aligns with the Topiary format, which appears to be the most prominent community standard. https://github.com/blindFS/topiary-nushell
15 lines
207 B
INI
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
|