Files
amethyst/.editorconfig
T
2025-10-20 20:57:20 -04:00

13 lines
214 B
INI

root = true
[*]
charset = utf-8
trim_trailing_whitespace = true
[*.{kt,kts}]
max_line_length = 5000
ij_kotlin_allow_trailing_comma=true
ij_kotlin_allow_trailing_comma_on_call_site=true
[*.gradle]
indent_size = 4