Updated on 2026-08-14
This commit is contained in:
parent
31e6ed6bb2
commit
072c5dd8a1
1 changed files with 15 additions and 0 deletions
15
.editorconfig
Normal file
15
.editorconfig
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
[*.{kt,kts}]
|
||||
ktlint_code_style = official
|
||||
ktlint_ignore_back_ticked_identifier = true
|
||||
|
||||
indent_size = 4
|
||||
indent_style = space
|
||||
insert_final_newline = true
|
||||
|
||||
ij_kotlin_allow_trailing_comma = true
|
||||
ij_kotlin_allow_trailing_comma_on_call_site = true
|
||||
|
||||
ij_kotlin_imports_layout = *, java.**, javax.**, kotlin.**, ^
|
||||
ij_kotlin_packages_to_use_import_on_demand = java.util.*, kotlinx.android.synthetic.**
|
||||
|
||||
max_line_length = 120
|
||||
Loading…
Add table
Add a link
Reference in a new issue