1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-05-15 17:49:30 +00:00

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

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)
))
)