Browse Source

dir-locals: add emacs setup

bboozzoo/dbus-support-wip
Maciek Borzecki 8 years ago
parent
commit
c183a1b120
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      .dir-locals.el

+ 7
- 0
.dir-locals.el View File

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

Loading…
Cancel
Save