-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Create .editorconfig * formatting * formatting * Update .editorconfig * Revert "formatting" This reverts commit 7ab4ad1. * Revert "formatting" This reverts commit b97f85e. * running formatting * adding missing line * Update shared/src/iosMain/kotlin/co/touchlab/droidcon/util/BundleResourceReader.kt Co-authored-by: Tadeas Kriz <tadeas@touchlab.co> * Adding idea files * Update Project.xml * running formatting * running formatting * Updating formatting * updating classes * Update .editorconfig * formatting --------- Co-authored-by: Tadeas Kriz <tadeas@touchlab.co>
- Loading branch information
1 parent
e2f833a
commit 86d9610
Showing
116 changed files
with
715 additions
and
913 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
root = true | ||
|
||
[*.{kt,kts}] | ||
end_of_line = lf | ||
ij_kotlin_packages_to_use_import_on_demand = true | ||
ij_kotlin_allow_trailing_comma = true | ||
ij_kotlin_allow_trailing_comma_on_call_site = true | ||
ij_kotlin_imports_layout = * | ||
ij_kotlin_indent_before_arrow_on_new_line = false | ||
ij_kotlin_line_break_after_multiline_when_entry = true | ||
indent_size = 4 | ||
indent_style = space | ||
insert_final_newline = true | ||
parameter-list-wrapping = true | ||
ktlint_argument_list_wrapping_ignore_when_parameter_count_greater_or_equal_than = 8 | ||
ktlint_chain_method_rule_force_multiline_when_chain_operator_count_greater_or_equal_than = 4 | ||
ktlint_code_style = android_studio | ||
ktlint_enum_entry_name_casing = upper_or_camel_cases | ||
ktlint_function_naming_ignore_when_annotated_with = Composable | ||
ktlint_function_signature_body_expression_wrapping = default | ||
ktlint_ignore_back_ticked_identifier = false | ||
max_line_length = 140 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.