Fix yaml indentation config
This commit is contained in:
parent
d962e4f9bf
commit
49a93ce9dd
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user