Merge pull request #9604 from mjstapp/fix_emacs_dir_local

tests: remove python format block from dir-locals
This commit is contained in:
Donald Sharp 2021-09-13 13:57:35 -04:00 committed by GitHub
commit 27b24cbe00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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))))