mirror of
https://github.com/FRRouting/frr.git
synced 2025-04-30 13:37:17 +02: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)
|
((c-mode . ((indent-tabs-mode . t)
|
||||||
(show-trailing-whitespace . t)
|
(show-trailing-whitespace . t)
|
||||||
(c-basic-offset . 8)))
|
(c-basic-offset . 8)))
|
||||||
(json-mode . ((js-indent-level 4)))
|
(json-mode . ((js-indent-level 4))))
|
||||||
(python-mode . ((python-formatter . black)
|
|
||||||
(python-fill-column . 88))))
|
|
||||||
|
|
Loading…
Reference in a new issue