hey guys anyone know how to enforce the style of t...
# getting-started
o
hey guys anyone know how to enforce the style of this declaration for functions in Android Studio/IntelliJ?
Copy code
fun myFunction(
      param1: String,
      param2: String,
      ....... ..........
)