File: .dir-locals.el

package info (click to toggle)
libpsl 0.21.0-1.2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 50,120 kB
  • sloc: ansic: 2,426; python: 515; sh: 316; makefile: 255
file content (9 lines) | stat: -rw-r--r-- 210 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
;; emacs local configuration settings for libpsl source
;; surmised by dkg on 2014-03-21 14:35:49-0400

((c-mode
  (indent-tabs-mode . t)
  (tab-width . 4)
  (c-basic-offset . 4)
  (c-file-style . "linux"))
 )