File: .dir-locals.el

package info (click to toggle)
xserver-xorg-video-ati 1%3A19.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 5,780 kB
  • sloc: ansic: 53,699; sh: 4,165; makefile: 115; perl: 88; python: 51
file content (12 lines) | stat: -rw-r--r-- 263 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
((nil
  (indent-tabs-mode . t)
  (tab-width . 8)
  (c-basic-offset . 4)
  (c-file-style . "stroustrup")
  (fill-column . 78)
  (eval . (progn
	    (c-set-offset 'innamespace '0)
	    (c-set-offset 'inline-open '0)))
  )
 (makefile-mode (indent-tabs-mode . t))
 )