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
@@ -268,6 +268,16 @@ public class PerformanceTypingIndentationTestGenerated extends AbstractPerforman
runTest("idea/testData/indentationOnNewline/ReturnContinue.kt");
}
@TestMetadata("Semicolon.kt")
public void testSemicolon() throws Exception {
runTest("idea/testData/indentationOnNewline/Semicolon.kt");
}
@TestMetadata("Semicolon2.kt")
public void testSemicolon2() throws Exception {
runTest("idea/testData/indentationOnNewline/Semicolon2.kt");
}
@TestMetadata("SettingAlignMultilineParametersInCalls.kt")
public void testSettingAlignMultilineParametersInCalls() throws Exception {
runTest("idea/testData/indentationOnNewline/SettingAlignMultilineParametersInCalls.kt");