]> git.puffer.fish Git - matthieu/frr.git/commitdiff
tests: remove python format block from dir-locals
authorMark Stapp <mjs.ietf@gmail.com>
Mon, 13 Sep 2021 14:04:29 +0000 (10:04 -0400)
committerMark Stapp <mjs.ietf@gmail.com>
Mon, 13 Sep 2021 14:04:29 +0000 (10:04 -0400)
Remove the python block from the local emacs settings file
.dir-locals.el.

Signed-off-by: Mark Stapp <mjs.ietf@gmail.com>
.dir-locals.el

index 1332f7b6a2316b53d317025f61b5c2fa1fc43233..b2d7cf376dc1ea01bd6dd21ccf7653f4894107f2 100644 (file)
@@ -5,6 +5,4 @@
 ((c-mode . ((indent-tabs-mode . t)
             (show-trailing-whitespace . t)
             (c-basic-offset . 8)))
- (json-mode . ((js-indent-level 4)))
- (python-mode . ((python-formatter . black)
-                 (python-fill-column . 88))))
+ (json-mode . ((js-indent-level 4))))