dotfiles/sublime/DocblockrPython.sublime-set...

9 lines
213 B
Plaintext

{
/**
* This option dictates which style of docstrings to use, when parsing docstrings
*
* Available Options:
* [PEP0257, docblock, google, numpy, sphinx]
*/
"formatter": "numpy"
}