File: .dir-locals.el

package info (click to toggle)
python-systemd 233-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 352 kB
  • ctags: 343
  • sloc: ansic: 2,109; python: 818; makefile: 52
file content (7 lines) | stat: -rw-r--r-- 215 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
; Sets emacs variables based on mode.
; A list of (major-mode . ((var1 . value1) (var2 . value2)))
; Mode can be nil, which gives default values.

((nil . ((indent-tabs-mode . nil)
         (c-basic-offset . 4)))
)