PY-16765 Automatically add indentation after section header in Google code style...
authorMikhail Golubev <mikhail.golubev@jetbrains.com>
Mon, 7 Sep 2015 17:01:05 +0000 (20:01 +0300)
committerMikhail Golubev <mikhail.golubev@jetbrains.com>
Mon, 7 Sep 2015 17:01:05 +0000 (20:01 +0300)
commitd0b7dee1639e777497a3920e75e7b4eb4192628f
tree5ebf350200054f7e31b2d9b3d7ce37440f7c08ac
parent49e3fcfd8a0231637b73145b83232ec73b95d3f7
PY-16765 Automatically add indentation after section header in Google code style docstrings
python/src/com/jetbrains/python/documentation/docstrings/DocStringUtil.java
python/src/com/jetbrains/python/documentation/docstrings/GoogleCodeStyleDocString.java
python/src/com/jetbrains/python/documentation/docstrings/GoogleCodeStyleDocStringBuilder.java
python/src/com/jetbrains/python/documentation/docstrings/NumpyDocStringBuilder.java
python/src/com/jetbrains/python/documentation/docstrings/SectionBasedDocString.java
python/src/com/jetbrains/python/editor/PythonEnterHandler.java
python/testData/editing/sectionIndentInsideGoogleDocString.after.py [new file with mode: 0644]
python/testData/editing/sectionIndentInsideGoogleDocString.py [new file with mode: 0644]
python/testSrc/com/jetbrains/python/PyEditingTest.java