Browse Source

dir-locals: update emacs indent

bboozzoo/uncrustify
Maciek Borzecki 7 years ago
parent
commit
2684ae3935
1 changed files with 6 additions and 1 deletions
  1. +6
    -1
      .dir-locals.el

+ 6
- 1
.dir-locals.el View File

@ -1,7 +1,12 @@
((c-mode . ((c-file-style . "linux")
(indent-tabs-mode . t)
(indent-tabs-mode . nil)
(show-trailing-whitespace . t)
(c-basic-offset . 4)
(tab-width . 4)
))
(vala-mode . ((indent-tabs-mode . nil)
(show-trailing-whitespace . t)
(c-basic-offset . 4)
(tab-width . 4)
))
)

Loading…
Cancel
Save