File: .dir-locals.el

package info (click to toggle)
bup 0.25~git2011.11.04-5.1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,892 kB
  • sloc: python: 12,182; ansic: 1,017; sh: 770; pascal: 659; makefile: 177; perl: 160
file content (7 lines) | stat: -rw-r--r-- 239 bytes parent folder | download
1
2
3
4
5
6
7
((nil . ())
 (python-mode . ((indent-tabs-mode . nil)))
 (sh-mode . ((indent-tabs-mode . nil)
             (sh-basic-offset . 4)))
 (c-mode . ((indent-tabs-mode . nil)
            (c-basic-offset . 4)
            (c-file-style . "BSD"))))