mirror-ghostty/.editorconfig

15 lines
200 B
INI

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