File: .dir-locals.el

package info (click to toggle)
tcpcrypt 0.3~rc1-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,292 kB
  • ctags: 1,285
  • sloc: ansic: 11,305; asm: 482; sh: 192; objc: 149; makefile: 98
file content (10 lines) | stat: -rw-r--r-- 203 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
;; emacs local configuration settings for tcpcrypt source
;; surmised by dkg on 2014-08-15

((c-mode
  (indent-tabs-mode . t)
  (tab-width . 8)
  (c-file-style . "linux"))
 (nil
  (fill-column . 70))
 )