PyYapf icon indicating copy to clipboard operation
PyYapf copied to clipboard

Sublime Text plugin to run YAPF Python formatter

Results 3 PyYapf issues
Sort by recently updated
recently updated
newest added

Hello, Thank you for this plugin. I have used it for years and I appreciate it greatly. The `PyYapf.sublime-settings` file's comments describe the `"config"` parameter as: ```javascript // custom yapf...

I am trying to configure this package. In PyYapf settings I cannot modify "INEDNT_WIDTH". Also, I added on the other tab the configuration. Still not working. ![image](https://github.com/jason-kane/PyYapf/assets/138104462/d6575f36-dd25-4e08-a275-a453e16c8dfb)

On a fresh pip install of yapf, and a fresh sublime install of PyYapf, pressing ctrl+alt+f on a file with this one line of content: `import numpy` with nothing selected...