]> git.proxmox.com Git - mirror_frr.git/commitdiff
tests: Update dir-locals
authorChristian Hopps <chopps@labn.net>
Wed, 14 Jul 2021 08:37:59 +0000 (08:37 +0000)
committerChristian Hopps <chopps@labn.net>
Fri, 27 Aug 2021 17:10:06 +0000 (13:10 -0400)
- format with black in emacs
- wrap text at 88 (black)

Signed-off-by: Christian Hopps <chopps@labn.net>
.dir-locals.el

index e47f245db79a8e2e4d2055809c88c586e7d4a736..1332f7b6a2316b53d317025f61b5c2fa1fc43233 100644 (file)
@@ -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))))