mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-11-10 12:17:50 +01:00
15 lines
317 B
INI
15 lines
317 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
|
|
ktlint_function_naming_ignore_when_annotated_with=Composable
|
|
ktlint_standard_no-unused-imports=enabled
|
|
|
|
[*.gradle]
|
|
indent_size = 4 |