mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-12-04 20:07:36 +00:00
dir-locals: Avoid tabs in C mode
This commit is contained in:
parent
d22a8b894a
commit
6a5790dd34
1 changed files with 3 additions and 1 deletions
|
@ -22,4 +22,6 @@
|
|||
))
|
||||
(c-file-style . "linux")
|
||||
(c-basic-offset . 2)
|
||||
)))
|
||||
(indent-tabs-mode . nil)
|
||||
))
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue