File: .dir-locals.el

package info (click to toggle)
puredata 0.55.2%2Bds-1~bpo12%2B1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm-backports
  • size: 20,336 kB
  • sloc: ansic: 118,788; tcl: 10,221; cpp: 9,327; makefile: 1,632; sh: 1,476; python: 152; xml: 98; awk: 13
file content (10 lines) | stat: -rw-r--r-- 297 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
; indent with space; make sure lines are not too long
(
 (nil . ((indent-tabs-mode . nil)
         (tab-width . 4)
         (fill-column . 80)))
 ;; Warn about spaces used for indentation:
 (c-mode . ((c-file-style . "bsd")
	    (c-basic-offset . 4)
	    (c-comment-only-line-offset . 4)
	    )))