这是我的代码风格(重置之前)
CommUtil.showCAlertDialog(
act = this,
msg = getString(R.string.network_error_app_fake_msg),
dialogFinishType = DialogFinishType.APP_PROCESS_KILL)
return
Run Code Online (Sandbox Code Playgroud)
但是当我重置计算机并下载 Android Studio 时,请像这样设置我的代码样式
CommUtil.showCAlertDialog(act = this, msg = getString(R.string.network_error_app_fake_msg), dialogFinishType = DialogFinishType.APP_PROCESS_KILL)
return
Run Code Online (Sandbox Code Playgroud)
我应该设置哪些选项才能返回到以前的代码风格?