Description:
Add configuration file support to customize docstring generation behavior.
Possible options:
- Docstring style: PEP 257, Google, NumPy, Sphinx
- Always include Raises section: yes/no
- Show positional-only/keyword-only markers: yes/no
- Default type placeholder text
- Tab stop numbering start
Implementation notes:
- Could use
pyproject.toml or .python-autodoc.toml
- Needs LSP configuration protocol support
- Start with most-requested options first
Description:
Add configuration file support to customize docstring generation behavior.
Possible options:
Implementation notes:
pyproject.tomlor.python-autodoc.toml