V2dha / alphadoc

Automatic docstring generator that supports and generates a number of specified and widely used docstring style conventions for documentation in Python.
https://pypi.org/project/alphadoc/
MIT License
6 stars 4 forks source link

User Settings #3

Closed eamspoker closed 3 years ago

eamspoker commented 3 years ago

Be able to let the user change the settings for the style cleanup. Maybe let the user choose from preset templates.

E.g. where they want the brackets after an if statement: if () { or if () {

V2dha commented 3 years ago

This feature would be addressed in the style convention argument taken by the user. Closing this issue for now.