Code style: add option for blank lines before declarations
#KT-39024 Fixed #KT-37420 Fixed #KT-37891 Fixed
This commit is contained in:
@@ -280,6 +280,16 @@ public class FormatterTestGenerated extends AbstractFormatterTest {
|
||||
runTest("idea/testData/formatter/EmptyLineBetweeAbstractFunctions.after.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("EmptyLineBetweeMultilineDeclarationTwo.after.kt")
|
||||
public void testEmptyLineBetweeMultilineDeclarationTwo() throws Exception {
|
||||
runTest("idea/testData/formatter/EmptyLineBetweeMultilineDeclarationTwo.after.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("EmptyLineBetweeMultilineDeclarationZero.after.kt")
|
||||
public void testEmptyLineBetweeMultilineDeclarationZero() throws Exception {
|
||||
runTest("idea/testData/formatter/EmptyLineBetweeMultilineDeclarationZero.after.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("EmptyLineBetweeSecondaryConstructors.after.kt")
|
||||
public void testEmptyLineBetweeSecondaryConstructors() throws Exception {
|
||||
runTest("idea/testData/formatter/EmptyLineBetweeSecondaryConstructors.after.kt");
|
||||
|
||||
Reference in New Issue
Block a user