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

10 lines
192 B
INI

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