dir-locals: Ease formatting of CSS, meson and ui files

This commit is contained in:
Guido Günther 2023-07-19 12:41:49 +02:00
parent 6a5790dd34
commit 7f81b0197b
1 changed files with 10 additions and 0 deletions

View File

@ -24,4 +24,14 @@
(c-basic-offset . 2)
(indent-tabs-mode . nil)
))
(setq auto-mode-alist (cons '("\\.ui$" . nxml-mode) auto-mode-alist))
(nxml-mode . (
(indent-tabs-mode . nil)
))
(css-mode . (
(css-indent-offset . 2)
))
(meson-mode . (
(indent-tabs-mode . nil)
))
)