We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0d51af commit 5cc6510Copy full SHA for 5cc6510
init.org
@@ -1365,7 +1365,8 @@ Guess indentation offset and adjust the corresponding setting.
1365
(setq dtrt-indent-verbosity 0)
1366
:config
1367
(cl-pushnew '(default default (standard-indent tab-width)) dtrt-indent-hook-mapping-list :test #'equal)
1368
- (cl-pushnew '(groovy-mode default tab-width) dtrt-indent-hook-mapping-list :test #'equal))
+ (cl-pushnew '(groovy-mode default tab-width) dtrt-indent-hook-mapping-list :test #'equal)
1369
+ (cl-pushnew '(js-ts-mode javascript js-indent-level) dtrt-indent-hook-mapping-list :test #'equal))
1370
#+end_src
1371
1372
*** grugru
0 commit comments