Fix yaml indentation config

This commit is contained in:
exu 2024-10-13 15:40:51 +02:00
parent d962e4f9bf
commit 49a93ce9dd

View File

@ -134,5 +134,6 @@
:desc "Sort lines" :desc "Sort lines"
"s" 'sort-lines)) "s" 'sort-lines))
(after! yaml-mode ;; set yaml indentation
(setq yaml-indent 2)) (setq-hook! 'yaml-mode-hook yaml-indent 2)
(setq-hook! 'yaml-mode-hook yaml-indent-offset 2)