emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] scratch/editorconfig-cc 24c8272763 321/351: Add bash-ts-mode to


From: Stefan Monnier
Subject: [nongnu] scratch/editorconfig-cc 24c8272763 321/351: Add bash-ts-mode to editorconfig-indentation-alist (#296)
Date: Thu, 13 Jun 2024 18:39:07 -0400 (EDT)

branch: scratch/editorconfig-cc
commit 24c8272763ab9ba274784c6f6335e2955a16ae87
Author: Mohsin Kaleem <mohkale@kisara.moe>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>

    Add bash-ts-mode to editorconfig-indentation-alist (#296)
    
    Co-authored-by: Hong Xu <hong@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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]