Merge pull request #9509 from LabNConsulting/chopps/dirlocals

tests: Update dir-locals
This commit is contained in:
Jafar Al-Gharaibeh 2021-08-27 18:30:42 -05:00 committed by GitHub
commit d6a6eae8b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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