You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
iceraven-browser/.editorconfig

8 lines
191 B
INI

[*.{kt,kts}]
ij_kotlin_allow_trailing_comma_on_call_site=true
ij_kotlin_allow_trailing_comma=true
max_line_length = 120 # Matches maxLineLength in detekt.yml
[*]
insert_final_newline = true