Files

19 lines
435 B
INI
Raw Permalink Normal View History

2020-08-19 13:34:01 +02:00
root = true
[*]
insert_final_newline = true
2026-06-07 11:09:08 +02:00
max_line_length = 140
trim_trailing_whitespace = true
2021-02-16 14:13:45 +01:00
2026-06-07 11:09:08 +02:00
[{*.kts,*.kt}]
2020-08-19 13:34:01 +02:00
charset = utf-8
indent_style = space
indent_size = 4
2026-06-07 11:09:08 +02:00
# Disable wildcard imports in IntelliJ/Android Studio
ij_kotlin_name_count_to_use_star_import = 1000
ij_kotlin_name_count_to_use_star_import_for_members = 1000
ij_kotlin_packages_to_use_import_on_demand = unset
2026-05-25 10:07:27 +02:00
[{*.md,*.yaml,*.yml}]
trim_trailing_whitespace = false