Tachiyomi-Extensions/.editorconfig
Andreas 2b85b0086e
[skip ci] Update .editorconfig (#12917)
- Set editor to use single name imports
2022-08-09 08:36:56 -03:00

13 lines
321 B
INI

# Editor configuration, see https://editorconfig.org
root = true
[*.kt]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
ij_kotlin_name_count_to_use_star_import = 2147483647
ij_kotlin_name_count_to_use_star_import_for_members = 2147483647