dotfiles/sublime/DocblockrPython.sublime-settings

9 lines
213 B
Text
Raw Normal View History

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