Enable indent-bars in yaml-ts-mode

This commit is contained in:
Adam Goldsmith 2024-01-18 13:02:37 -05:00
parent 8b7e0bcdf9
commit 7d573dc56e
1 changed files with 1 additions and 1 deletions

View File

@ -664,7 +664,7 @@
list list_comprehension
dictionary dictionary_comprehension
parenthesized_expression subscript)))
:hook ((python-base-mode yaml-mode) . indent-bars-mode))
:hook ((python-base-mode yaml-base yaml-ts-mode) . indent-bars-mode))
(use-package editorconfig :ensure t :demand
:delight