Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit de62a17c authored by cketti's avatar cketti Committed by GitHub
Browse files

Merge pull request #6513 from Goooler/modernize

Modernize a bit
parents 27f3ac9e 323c99b8
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
root = true

[*]
charset = utf-8
indent_size = 4
indent_style = space
insert_final_newline = true

[*.{kt,kts}]
ij_kotlin_imports_layout = *,^*

[*.{yml,yaml}]
indent_size = 2
+4 −2
Original line number Diff line number Diff line
*.sh text eol=lf
gradlew text eol=lf
* text=auto eol=lf

*.bat text eol=crlf
*.jar binary

.gitmodules

deleted100644 → 0
+0 −0

Empty file deleted.

.idea/icon.png

0 → 100644
+12.4 KiB
Loading image diff...
+0 −5
Original line number Diff line number Diff line
@@ -2,11 +2,6 @@ apply plugin: 'java-library'
apply plugin: 'kotlin'
apply plugin: 'com.android.lint'

java {
    sourceCompatibility = javaVersion
    targetCompatibility = javaVersion
}

dependencies {
    api project(":mail:common")
}
Loading