branch: scratch/editorconfig-cc commit 24c8272763ab9ba274784c6f6335e2955a16ae87 Author: Mohsin Kaleem <mohk...@kisara.moe> Commit: Stefan Monnier <monn...@iro.umontreal.ca>
Add bash-ts-mode to editorconfig-indentation-alist (#296) Co-authored-by: Hong Xu <h...@topbug.net> --- editorconfig.el | 1 + 1 file changed, 1 insertion(+) diff --git a/editorconfig.el b/editorconfig.el index a92407f1c1..e965741a00 100644 --- a/editorconfig.el +++ b/editorconfig.el @@ -236,6 +236,7 @@ This hook will be run even when there are no matching sections in (scss-mode css-indent-offset) (sgml-mode sgml-basic-offset) (sh-mode sh-basic-offset sh-indentation) + (bash-ts-mode sh-basic-offset sh-indentation) (tcl-mode tcl-indent-level tcl-continued-indent-level) (toml-ts-mode toml-ts-mode-indent-offset)