Merge pull request #1965 from jparise/editorconfig

editorconfig: indent styles for shell scripts
This commit is contained in:
Mitchell Hashimoto
2024-07-18 09:28:39 -07:00
committed by GitHub

9
.editorconfig Normal file
View File

@ -0,0 +1,9 @@
root = true
[*.{sh,bash}]
indent_size = 2
indent_style = space
[bash-preexec.sh]
indent_size = 4
indent_style = space