Skip to content

Commit 16b8cff

Browse files
committed
Releases 10.12.0
2 parents bfc3ac2 + 0647cd4 commit 16b8cff

File tree

191 files changed

+13903
-2950
lines changed

Some content is hidden

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

191 files changed

+13903
-2950
lines changed

.editorconfig

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[*.{kt,kts}]
2+
ktlint_code_style = android_studio
3+
max_line_length = off
4+
ktlint_standard_property-naming = disabled
5+
ij_kotlin_allow_trailing_comma_on_call_site = false
6+
ij_kotlin_allow_trailing_comma = false
7+
indent_size = 4
8+

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ captures/
3737
*.iml
3838
.idea
3939

40+
# Kotlin
41+
.kotlin
42+
4043
# Keystore files
4144
*.jks
4245

app/build.gradle

Lines changed: 0 additions & 330 deletions
This file was deleted.

0 commit comments

Comments
 (0)