mirror of https://github.com/tuskyapp/Tusky.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
359 B
17 lines
359 B
root = true |
|
|
|
[*] |
|
charset = utf-8 |
|
indent_size = 4 |
|
indent_style = space |
|
insert_final_newline = true |
|
trim_trailing_whitespace = true |
|
|
|
# Disable wildcard imports |
|
[*.{java, kt}] |
|
ij_kotlin_name_count_to_use_star_import = 999 |
|
ij_kotlin_name_count_to_use_star_import_for_members = 999 |
|
ij_java_class_count_to_use_import_on_demand = 999 |
|
|
|
[*.{yml,yaml}] |
|
indent_size = 2
|
|
|