taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit 1cfac33f537bbd649f2c6535baa5fd273a66fcb3
parent 9490fc80fb8bf641718ca6baa437920e0ee8da35
Author: Florian Dold <florian.dold@gmail.com>
Date:   Thu, 18 Apr 2019 14:15:39 +0200

Merge branch 'master' of ssh://git.taler.net/wallet-webex

Diffstat:
A.dir-locals.el | 16++++++++++++++++
1 file changed, 16 insertions(+), 0 deletions(-)

diff --git a/.dir-locals.el b/.dir-locals.el @@ -0,0 +1,16 @@ +;; Per-directory local variables for GNU Emacs 23 and later. + +((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 + )))))