dotfiles/sublime/DocblockrPython.sublime-settings

9 lines
213 B
Plaintext
Raw Normal View History

2019-09-27 08:29:26 +00:00
{
/**
* This option dictates which style of docstrings to use, when parsing docstrings
*
* Available Options:
* [PEP0257, docblock, google, numpy, sphinx]
*/
"formatter": "numpy"
}