correct indentation after pressing Enter in KDoc tag

#KT-7044 Fixed
This commit is contained in:
Dmitry Jemerov
2015-03-20 17:51:43 +01:00
parent 03f0c6ede7
commit 408f7da0c5
4 changed files with 14 additions and 1 deletions
@@ -0,0 +1,3 @@
/**
* @param foo<caret>
*/
@@ -0,0 +1,4 @@
/**
* @param foo
* <caret>
*/