diff options
Diffstat (limited to 'PACKAGES.md')
| -rw-r--r-- | PACKAGES.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/PACKAGES.md b/PACKAGES.md index c5fededf..563ff94d 100644 --- a/PACKAGES.md +++ b/PACKAGES.md @@ -10,6 +10,7 @@ - [arduino-language-server](#arduino-language-server) - [asm-lsp](#asm-lsp) - [astro-language-server](#astro-language-server) +- [autopep8](#autopep8) - [awk-language-server](#awk-language-server) - [bash-debug-adapter](#bash-debug-adapter) - [bash-language-server](#bash-language-server) @@ -366,6 +367,25 @@ Categories: `LSP` ``` +# autopep8 + +> A tool that automatically formats Python code to conform to the PEP 8 style guide + +Homepage: [https://pypi.org/project/autopep8/](https://pypi.org/project/autopep8/) +Languages: `Python` +Categories: `Formatter` + +<details> + <summary>History:</summary> + +- [`434f784`](https://github.com/williamboman/mason.nvim/commit/434f784) 2022-08-08 - feat: add autopep8 ([#272](https://github.com/williamboman/mason.nvim/issues/272)) by Xun +</details> + +``` +:MasonInstall autopep8 +``` + + # awk-language-server > Language Server for AWK |
