Looks good to me. Could you please push it to gnunet-*, libextractor, libmicrohttpd and the taler-* Git repos? Thanks! -Christian
On 3/14/19 1:15 PM, Hartmut Goebel wrote: > Hi >> I'd say no tabs at all (in C code or texinfo), no trailing whitespace >> (also not in C, Makefile.am, ChangeLog, texinfo, etc.). > > This is my proposed .dir-locals.el, setting some more variables being > handy (like spell-checker directory): > > ((nil > . ((fill-column . 78) > (tab-width . 4) > (indent-tabs-mode . nil) > (show-trailing-whitespace . t) > (c-basic-offset . 2) > (ispell-check-comments . exclusive) > (ispell-local-dictionary . "american") > (safe-local-variable-values > '((c-default-style . "gnu") > (sentence-end-double-space . f) > (eval add-hook 'prog-mode-hook #'flyspell-prog-mode) > (flyspell-issue-message-flag . f) ; avoid messages for every word > ))))) > _______________________________________________ GNUnet-developers mailing list [email protected] https://lists.gnu.org/mailman/listinfo/gnunet-developers
