Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4e931e8

Browse files
authoredSep 3, 2024··
Merge branch 'master' into patch-1
2 parents cd7a7bd + 00968f7 commit 4e931e8

File tree

398 files changed

+19964
-6335
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

398 files changed

+19964
-6335
lines changed
 

‎.editorconfig

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
root = true
2+
3+
[*.{kt,kts}]
4+
ktlint_code_style = intellij_idea
5+
ktlint_ignore_back_ticked_identifier = true
6+
7+
ktlint_standard = enabled
8+
ktlint_standard_no-wildcard-imports = disabled
9+
ktlint_standard_filename = disabled
10+
ktlint_standard_import-ordering = disabled
11+
ktlint_standard_function-naming = disabled
12+
13+
ktlint_experimental = disabled
14+

‎.github/ISSUE_TEMPLATE/increase-api-coverage.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ assignees: ''
77

88
---
99

10-
| Library | Class | Member | Platforms |
11-
| :-----------------| :------------------------ | :----------------------------------- | :---------------------- |
12-
| e.g auth | e.g FirebaseAuth | e.g signInWithGithub | e.g Android, iOS |
10+
| Library | Class | Member | Platforms |
11+
|:---------|:-----------------|:---------------------|:-----------------|
12+
| e.g auth | e.g FirebaseAuth | e.g signInWithGithub | e.g Android, iOS |

0 commit comments

Comments
 (0)
Please sign in to comment.