https://github.com/feelpp/feelpp
Raw File
Tip revision: 94701fa62fba97dbfafab22e917f6b3bcfcf08d2 authored by Christophe Prud'homme on 03 March 2013, 10:33:36 UTC
Merge branch 'release/version-0.92'
Tip revision: 94701fa
.dir-locals.el
;; -*- emacs-lisp -*-
((nil .
  (
    (tab-width . 4)
    (indent-tabs-mode . nil)
    (fill-column . 80)
    (user-company . "Université de Grenoble")
    (user-mail-address . "christophe.prudhomme@ujf-grenoble.fr")
    (debian-changelog-mailing-address . "christophe.prudhomme@ujf-grenoble.fr")
    ))
(c++-mode .
  (
    (indent-tabs-mode . nil)
    (tab-width . 4)
    (show-trailing-whitespace . t)
    (indicate-empty-lines . t)
    (c-basic-offset . 4)
    (c-set-offset 'innamespace  0)))
(c-mode .
  (
    (indent-tabs-mode . nil)
    (tab-width . 4)
    (show-trailing-whitespace . t)
    (indicate-empty-lines . t)
    (c-basic-offset . 4)
    (c-set-offset 'innamespace  0))))

back to top