feat(language/markdown): change tab-width to 2 (from the default 4)

This commit is contained in:
2023-02-07 19:06:24 +00:00
parent 1a55833d09
commit a30e06c9bb

View File

@@ -43,7 +43,8 @@
(add-hook 'hack-local-variables-hook
'siren-markdown-mode-setup-prettier nil t))
(setq-local markdown-asymmetric-header t)
(setq-local markdown-asymmetric-header t
tab-width 2)
(siren-display-fill-column t)
(siren-display-line-numbers t)