mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-09 16:13:51 +00:00
Merge pull request #9604 from mjstapp/fix_emacs_dir_local
tests: remove python format block from dir-locals
This commit is contained in:
commit
27b24cbe00
@ -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 New Issue
Block a user