diff --git a/idea/testData/formatter/callChain/CallChainWrappingChopDown.after.inv.kt b/idea/testData/formatter/callChain/CallChainWrappingChopDown.after.inv.kt index 91628a5ba5d..306b7db9490 100644 --- a/idea/testData/formatter/callChain/CallChainWrappingChopDown.after.inv.kt +++ b/idea/testData/formatter/callChain/CallChainWrappingChopDown.after.inv.kt @@ -335,3 +335,4 @@ val x19 = (a() // SET_INT: METHOD_CALL_CHAIN_WRAP = 5 // SET_FALSE: WRAP_FIRST_METHOD_IN_CALL_CHAIN // SET_FALSE: CONTINUATION_INDENT_FOR_CHAINED_CALLS +// RIGHT_MARGIN: 120 \ No newline at end of file diff --git a/idea/testData/formatter/callChain/CallChainWrappingChopDown.after.kt b/idea/testData/formatter/callChain/CallChainWrappingChopDown.after.kt index 50529f0d737..23a892c088b 100644 --- a/idea/testData/formatter/callChain/CallChainWrappingChopDown.after.kt +++ b/idea/testData/formatter/callChain/CallChainWrappingChopDown.after.kt @@ -316,3 +316,4 @@ val x19 = (a().awswswswswswswswwawswswswswswswswwawswswswswswswswwawswswswswswsw // SET_INT: METHOD_CALL_CHAIN_WRAP = 5 // SET_FALSE: WRAP_FIRST_METHOD_IN_CALL_CHAIN // SET_FALSE: CONTINUATION_INDENT_FOR_CHAINED_CALLS +// RIGHT_MARGIN: 120 \ No newline at end of file diff --git a/idea/testData/formatter/callChain/CallChainWrappingChopDown.kt b/idea/testData/formatter/callChain/CallChainWrappingChopDown.kt index 68263dd1843..61159fc5106 100644 --- a/idea/testData/formatter/callChain/CallChainWrappingChopDown.kt +++ b/idea/testData/formatter/callChain/CallChainWrappingChopDown.kt @@ -78,3 +78,4 @@ val x19 = (a().awswswswswswswswwawswswswswswswswwawswswswswswswswwawswswswswswsw // SET_INT: METHOD_CALL_CHAIN_WRAP = 5 // SET_FALSE: WRAP_FIRST_METHOD_IN_CALL_CHAIN // SET_FALSE: CONTINUATION_INDENT_FOR_CHAINED_CALLS +// RIGHT_MARGIN: 120 \ No newline at end of file