mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-16 08:46:08 +03:00
Merge pull request #1965 from jparise/editorconfig
editorconfig: indent styles for shell scripts
This commit is contained in:
9
.editorconfig
Normal file
9
.editorconfig
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
root = true
|
||||||
|
|
||||||
|
[*.{sh,bash}]
|
||||||
|
indent_size = 2
|
||||||
|
indent_style = space
|
||||||
|
|
||||||
|
[bash-preexec.sh]
|
||||||
|
indent_size = 4
|
||||||
|
indent_style = space
|
Reference in New Issue
Block a user