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

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

[nongnu] elpa/editorconfig cd5799a6b7: Add `js-ts-mode' spec to `editorc


From: ELPA Syncer
Subject: [nongnu] elpa/editorconfig cd5799a6b7: Add `js-ts-mode' spec to `editorconfig-indentation-alist' (#293)
Date: Tue, 28 Mar 2023 22:00:37 -0400 (EDT)

branch: elpa/editorconfig
commit cd5799a6b728cfb9995605cdceffb5bf7c97622d
Author: Entroperiance.J <bmsac0001@gmail.com>
Commit: GitHub <noreply@github.com>

    Add `js-ts-mode' spec to `editorconfig-indentation-alist' (#293)
---
 editorconfig.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/editorconfig.el b/editorconfig.el
index b7adc16840..f1f91232cc 100644
--- a/editorconfig.el
+++ b/editorconfig.el
@@ -234,6 +234,7 @@ This hook will be run even when there are no matching 
sections in
     (java-ts-mode c-basic-offset
                   java-ts-mode-indent-offset)
     (js-mode js-indent-level)
+    (js-ts-mode js-indent-level)
     (js-jsx-mode js-indent-level sgml-basic-offset)
     (js2-mode js2-basic-offset)
     (js2-jsx-mode js2-basic-offset sgml-basic-offset)



reply via email to

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