Skip to content

Commit

Permalink
Support js-json-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
ramnes authored and rrthomas committed Jun 16, 2024
1 parent 5d1b44f commit 939c5e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dtrt-indent.el
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,7 @@ quote, for example.")
(java-mode c/c++/java c-basic-offset) ; Java
(jde-mode c/c++/java c-basic-offset) ; Java (JDE)
(js-mode javascript js-indent-level) ; JavaScript
(js-json-mode javascript js-indent-level) ; JSON
(js2-mode javascript js2-basic-offset) ; JavaScript-IDE
(js3-mode javascript js3-indent-level) ; JavaScript-IDE
(json-mode javascript js-indent-level) ; JSON
Expand Down

0 comments on commit 939c5e3

Please sign in to comment.