Skip to content

Commit

Permalink
Merge pull request #171 from checkout/release/4.0.0
Browse files Browse the repository at this point in the history
RELEASE-16123: frames-android-4.0.0
  • Loading branch information
chintan-soni-cko authored Dec 16, 2022
2 parents a5ac618 + 990b0e0 commit 477faea
Show file tree
Hide file tree
Showing 2,470 changed files with 116,938 additions and 125,836 deletions.
19 changes: 19 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# top-most EditorConfig file
root = true

[*.{kt,kts}]
# true (recommended) / false
insert_final_newline = true
trim_trailing_whitespace = true
# Comma-separated list of rules to disable (Since 0.34.0)
# Note that rules in any ruleset other than the standard ruleset will need to be prefixed
# by the ruleset identifier.
disabled_rules = experimental:annotation, import-ordering, indent
# Max symbols in line
max_line_length = 120

# According to https://kotlinlang.org/docs/reference/coding-conventions.html#names-for-test-methods it is acceptable to write method names
# in natural language. When using natural language, the description tends to be longer. Allow lines containing an identifier between
# backticks to be longer than the maximum line length. (Since 0.41.0)
[**/test/**.kt]
ktlint_ignore_back_ticked_identifier = true
61 changes: 0 additions & 61 deletions FramesKotlinSample/build.gradle

This file was deleted.

This file was deleted.

This file was deleted.

28 changes: 0 additions & 28 deletions FramesKotlinSample/src/main/AndroidManifest.xml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 477faea

Please sign in to comment.