diff options
author | listout <listout@protonmail.com> | 2021-05-21 15:46:20 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2021-05-21 15:46:20 +0530 |
commit | 5109ea7cd90610b60a6aff801508440226944fe7 (patch) | |
tree | ec2102aad29290331e72f69843f9fd155f92835c | |
parent | 3cdf738df2aae637c5d8cb15bff2f0ec9f2b07ab (diff) |
python autopep8 formatting config
-rw-r--r-- | coc-settings.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/coc-settings.json b/coc-settings.json index 94765c0..864b712 100644 --- a/coc-settings.json +++ b/coc-settings.json @@ -26,6 +26,10 @@ ], "diagnostic.refreshOnInsertMode": true, "diagnostic.messageTarget": "float", + "python.formatting.autopep8Args": [ + "--aggressive", + "--aggressive" + ], "signature.target": "echo", "session.directory": "~/.config/nvim/sessions", "session.saveOnVimLeave": false, |