1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-05-14 09:09:28 +00:00

dir-locals: Avoid tabs in C mode

This commit is contained in:
Guido Günther 2023-07-19 12:41:46 +02:00
parent d22a8b894a
commit 6a5790dd34

View file

@ -22,4 +22,6 @@
))
(c-file-style . "linux")
(c-basic-offset . 2)
)))
(indent-tabs-mode . nil)
))
)