Override omitting parentheses on tab char if they are already placed
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package testing
|
||||
|
||||
fun some(f: () -> Unit) = 12
|
||||
fun other() = 12
|
||||
|
||||
fun test() {
|
||||
som<caret>other()
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
package testing
|
||||
|
||||
fun some(f: () -> Unit) = 12
|
||||
fun other() = 12
|
||||
|
||||
fun test() {
|
||||
some(<caret>)
|
||||
}
|
||||
Reference in New Issue
Block a user