You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe it would be possible if the kotlinLangStyle method would not set the values directly and instead would invoke the convention method. Then the user could still overwrite the parameters by explicitly specifing them
if i want kotlin style but not managed commas, this works:
but this does not:
if
kotlinLangStyle
always needs to be first, which is totally fine, the second version should produce an error message.The text was updated successfully, but these errors were encountered: