Skip to content

Commit

Permalink
[UPDATE] Disabled import-ordering for now due to following know issue:
Browse files Browse the repository at this point in the history
  • Loading branch information
hossain-khan committed Jun 9, 2020
1 parent d94ba7b commit 81161f1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions android-app/.editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[*]
charset = utf-8
end_of_line = crlf
trim_trailing_whitespace = true
insert_final_newline = true

[*.{kt, kts}]
# Disable Ktlint import ordering temporarily because of AndroidStudio Kotlin formatting bug. read more here:
# https://youtrack.jetbrains.com/issue/KT-10974 & https://github.com/pinterest/ktlint/issues/527
disabled_rules=import-ordering
kotlin_imports_layout=idea # This is not working at the moment (may required ktlint plugin update)
max_line_length=120

0 comments on commit 81161f1

Please sign in to comment.