From 75fa98237039dce772bea1db63d517f32c7138a1 Mon Sep 17 00:00:00 2001 From: Nikolay Krasko Date: Tue, 12 Sep 2017 15:03:53 +0300 Subject: [PATCH] Minor: split long line in KotlinDebuggerSettings.kt --- .../jetbrains/kotlin/idea/debugger/KotlinDebuggerSettings.kt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/idea/src/org/jetbrains/kotlin/idea/debugger/KotlinDebuggerSettings.kt b/idea/src/org/jetbrains/kotlin/idea/debugger/KotlinDebuggerSettings.kt index 1ff9dc15511..b65cdbd5348 100644 --- a/idea/src/org/jetbrains/kotlin/idea/debugger/KotlinDebuggerSettings.kt +++ b/idea/src/org/jetbrains/kotlin/idea/debugger/KotlinDebuggerSettings.kt @@ -29,7 +29,8 @@ import com.intellij.xdebugger.settings.DebuggerSettingsCategory import com.intellij.xdebugger.settings.XDebuggerSettings import org.jetbrains.kotlin.idea.debugger.stepping.KotlinSteppingConfigurableUi -@State(name = "KotlinDebuggerSettings", storages = arrayOf(Storage(file = StoragePathMacros.APP_CONFIG + "/kotlin_debug.xml"))) class KotlinDebuggerSettings : XDebuggerSettings("kotlin_debugger"), Getter { +@State(name = "KotlinDebuggerSettings", storages = arrayOf(Storage(file = StoragePathMacros.APP_CONFIG + "/kotlin_debug.xml"))) +class KotlinDebuggerSettings : XDebuggerSettings("kotlin_debugger"), Getter { var DEBUG_RENDER_DELEGATED_PROPERTIES: Boolean = true var DEBUG_DISABLE_KOTLIN_INTERNAL_CLASSES: Boolean = true var DEBUG_IS_FILTER_FOR_STDLIB_ALREADY_ADDED: Boolean = false