From: Christian Hopps Date: Wed, 14 Jul 2021 08:37:59 +0000 (+0000) Subject: tests: Update dir-locals X-Git-Tag: base_8.1~139^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=refs%2Fpull%2F9509%2Fhead;p=mirror%2Ffrr.git tests: Update dir-locals - format with black in emacs - wrap text at 88 (black) Signed-off-by: Christian Hopps --- diff --git a/.dir-locals.el b/.dir-locals.el index e47f245db7..1332f7b6a2 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -4,5 +4,7 @@ ((c-mode . ((indent-tabs-mode . t) (show-trailing-whitespace . t) - (c-basic-offset . 8) - ))) + (c-basic-offset . 8))) + (json-mode . ((js-indent-level 4))) + (python-mode . ((python-formatter . black) + (python-fill-column . 88))))