lyjdwh / python-google-docstring

generate google style docstring for python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

emacs extension

generate google style docstring for python

Usage

(use-package python-google-docstring
  :commands python-google-docstring
  :config
  (setq python-google-docstring-return "0"
        python-google-docstring-default "1"
        python-google-docstring-type "0"
        ))

About

generate google style docstring for python

License:MIT License


Languages

Language:Python 75.5%Language:Emacs Lisp 24.5%