2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-05 21:20:45 +00:00

Bug 1875923 - Update max_line_length in editorconfig to match detekt

This commit is contained in:
Jonathan Almeida 2024-01-22 14:38:04 -07:00 committed by mergify[bot]
parent ab56ebe21c
commit bef8bc3749

View File

@ -1,6 +1,7 @@
[*.{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