自分用メモ

引数の部分改行しすぎ問題

1
2
3
4
5
6
7
override fun onCreateView(
inflater: LayoutInflater,
container: ViewGroup?,
savedInstanceState: Bundle?
): View? {
return inflater.inflate(R.layout.fragment_screen_roration, container, false)
}

引数の部分が改行されててきつい

設定

設定を開いて
Editor > Code Style > Kotlin と進んで
Wapping and Branceswarp if longChop down if longを全部Do not warpにします。
Warp alwaysのところはやんなくていいと思う

終わり