Create KotlinLineIndentProvider and delegate it to formatter

#KT-22211
This commit is contained in:
Dmitry Gridin
2020-05-19 17:06:43 +07:00
parent 0f10faabbf
commit 9d98240272
10 changed files with 128 additions and 7 deletions
+1
View File
@@ -15,6 +15,7 @@
factoryClass="org.jetbrains.kotlin.idea.structureView.KtClsStructureViewBuilderProvider"/>
<lang.formatter language="kotlin" implementationClass="org.jetbrains.kotlin.idea.formatter.KotlinFormattingModelBuilder"/>
<lineIndentProvider implementation="org.jetbrains.kotlin.idea.formatter.KotlinLineIndentProvider"/>
<preFormatProcessor implementation="org.jetbrains.kotlin.idea.formatter.KotlinPreFormatProcessor"/>
<postFormatProcessor implementation="org.jetbrains.kotlin.idea.formatter.TrailingCommaPostFormatProcessor"/>