File: .dir-locals.el

package info (click to toggle)
kphotoalbum 5.4.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 27,556 kB
  • sloc: cpp: 43,222; xml: 1,634; sh: 891; python: 741; perl: 665; makefile: 11
file content (12 lines) | stat: -rw-r--r-- 211 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
;;; Directory Local Variables
;;; For more information see (info "(emacs) Directory Variables")

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