https://github.com/feelpp/feelpp
Raw File
Tip revision: acace108b7a979d1b5e1632b932b6ad636e3f3c4 authored by CĂ©line Van Landeghem on 08 June 2023, 11:58:52 UTC
Add adhesion forces
Tip revision: acace10
.emacs-dirvars
;; -*- emacs-lisp -*-
;;
;; This	file is processed by the dirvars emacs package.  Each variable
;; setting below is performed when this dirvars file is loaded.
;;
((nil . ((indent-tabs-mode . nil)
         (tab-width . 4)
         (c-basic-offset: 4)
         (eval . ( (c-set-offset 'innamespace '0) ))
         (show-trailing-whitespace . t)
         (indicate-empty-lines . t)
;;         (eval . (add-hook 'write-file-hooks 'delete-trailing-whitespace) )
         (fill-column . 80))))
 
debian-changelog-mailing-address: "christophe.prudhomme@feelpp.org"
back to top