mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 16:04:49 +00:00
Merge pull request #9509 from LabNConsulting/chopps/dirlocals
tests: Update dir-locals
This commit is contained in:
commit
d6a6eae8b3
@ -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))))
|
||||
|
Loading…
Reference in New Issue
Block a user