Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Fix .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
incubo4u committed Jan 10, 2024
1 parent 1320b41 commit 125235e
Show file tree
Hide file tree
Showing 44 changed files with 2,471 additions and 2,017 deletions.
7 changes: 5 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
[*.{kt,kts}]
ktlint_disabled_rules = no-wildcard-imports,filename
ktlint_standard_no-wildcard-imports = disbaled
ktlint_standard_filename = disabled
ktlint_standard_function-naming = disabled
ktlint_standard_property-naming = disabled
ij_kotlin_allow_trailing_comma = false
ij_kotlin_allow_trailing_comma_on_call_site = false
ij_kotlin_imports_layout = *,java.**,javax.**,kotlin.**,^
ij_kotlin_packages_to_use_import_on_demand = java.util.*,kotlinx.android.synthetic.**
indent_size = 4
indent_style = space
insert_final_newline = true
ktlint_code_style = official
ktlint_code_style = ktlint_official
ktlint_ignore_back_ticked_identifier = false
ktlint_standard_no-wildcard-imports= disabled
max_line_length = 120
Loading

0 comments on commit 125235e

Please sign in to comment.