mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-04-29 04:25:43 +00:00
tests: remove python format block from dir-locals
Remove the python block from the local emacs settings file .dir-locals.el. Signed-off-by: Mark Stapp <mjs.ietf@gmail.com>
This commit is contained in:
parent
f334c88ed9
commit
27785c63c2
@ -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))))
|
||||
|
Loading…
Reference in New Issue
Block a user