https://github.com/feelpp/feelpp
Raw File
Tip revision: 1515671ff3810f167328f26045b827ce3704a25c authored by Vincent Chabannes on 20 January 2022, 13:52:12 UTC
Merge remote-tracking branch 'origin/feature/toolboxes' into feature/toolbox_fluid_turbulence
Tip revision: 1515671
.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