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