https://github.com/feelpp/feelpp
Raw File
Tip revision: 0d0c25f40bc59dc18f20c25fb0076273167da609 authored by PhilippeRicka on 19 May 2022, 10:15:09 UTC
step 2D cfg update
Tip revision: 0d0c25f
.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