dadadel / pyment

Format and convert Python docstrings and generates patches
GNU General Public License v3.0
905 stars 62 forks source link

Bump number of spaces in indent to 4 for google docstring format. #110

Closed zitkat closed 2 years ago

zitkat commented 3 years ago

Increases hardcoded indent for google docstrings, however issue #18 suggest that this shoud be configurable so maybe this is not the ideal solution. If need be I can make it configurable, however, I'm not familiar with the project enough, should indent option from config file be used for this?

zitkat commented 2 years ago

Closing this PR beacause #113 addreses the issue better.