Bug 1876419 - Move comment from editorconfig files
[gecko.git] / mobile / android / fenix / .editorconfig
blobfe4b8e6b70ef6c29c0e5ea715d9629f1e96b2e4c
1 [*.{kt,kts}]
2 ij_kotlin_allow_trailing_comma_on_call_site=true
3 ij_kotlin_allow_trailing_comma=true
5 # Matches maxLineLength in detekt.yml
6 max_line_length = 120
8 [*]
9 insert_final_newline = true