glyph / python-docstring-mode

Emacs minor-mode for editing Python docstrings.
MIT License
70 stars 22 forks source link

Feature Request: Google Style Docstrings #36

Open jgarte opened 1 year ago

jgarte commented 1 year ago

Hi,

What do you think of supporting google style docstrings?

glyph commented 1 year ago

I'd love to add that support, but I think that might strain the complexity here to the point where we really need to start adding some tests & CI :)

jgarte commented 1 year ago

Should we open a ticket for adding tests and CI as well? ;()

glyph commented 1 year ago

there's already https://github.com/glyph/python-docstring-mode/issues/32 :)