amethyst/.editorconfig

14 wiersze
281 B
INI
Czysty Zwykły widok Historia

2024-01-06 15:44:05 +00:00
root = true
[*]
charset = utf-8
trim_trailing_whitespace = true
[*.{kt,kts}]
max_line_length = 5000
2024-01-06 15:44:05 +00:00
ij_kotlin_allow_trailing_comma=true
ij_kotlin_allow_trailing_comma_on_call_site=true
ktlint_function_naming_ignore_when_annotated_with=Composable, Test
[*.gradle]
indent_size = 4