diff options
| author | Mark Stapp <mjs.ietf@gmail.com> | 2021-09-13 10:04:29 -0400 |
|---|---|---|
| committer | Mark Stapp <mjs.ietf@gmail.com> | 2021-09-13 10:04:29 -0400 |
| commit | 27785c63c2026ce8d579c4ada4a90913a7e61e40 (patch) | |
| tree | d92979ed81c3407f9f4faf6f7bbc630c31bc9a1a | |
| parent | f334c88ed9675eab624728ecd6eaaff3a9b41255 (diff) | |
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>
| -rw-r--r-- | .dir-locals.el | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.dir-locals.el b/.dir-locals.el index 1332f7b6a2..b2d7cf376d 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -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)))) |
