File: .dir-locals.el

package info (click to toggle)
extractpdfmark 1.1.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 440 kB
  • sloc: cpp: 1,853; makefile: 145; sh: 132
file content (10 lines) | stat: -rw-r--r-- 272 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
;;; Directory Local Variables
;;; See Info node `(emacs) Directory Variables' for more information.

((c++-mode .
  ((c-default-style . "gnu")
  (indent-tabs-mode . nil)))
 (autoconf-mode .
  ((indent-tabs-mode . nil)))
 (shellscript-mode .
  ((indent-tabs-mode . nil))))