PY-16765 For sections inside Google code style docstring use indentation configured for Python

PyFunctionBuilder and PyDocstringGenerator require a PSI element to
use proper formatting and style for generated docstring.
This commit is contained in:
Mikhail Golubev
2015-09-23 18:42:17 +03:00
parent 07f389d9cd
commit a955f6c927
51 changed files with 196 additions and 81 deletions
@@ -0,0 +1,4 @@
def f(param):
"""
Args:<caret>
"""