1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-08-18 11:41:21 +02:00

force official kotlin style, just in case

in case kotlin code is committed, make sure the official style is used, see:
https://kotlinlang.org/docs/code-style-migration-guide.html#in-gradle
This commit is contained in:
soloturn
2021-05-02 11:46:23 +02:00
parent 9328f7a346
commit 3ba1350f1b
2 changed files with 1 additions and 1 deletions

1
.gitignore vendored
View File

@@ -118,7 +118,6 @@ rips/
.history
ripme.jar.update
*.swp
*.properties
!LabelsBundle*.properties
history.json
*.iml

1
gradle.properties Normal file
View File

@@ -0,0 +1 @@
kotlin.code.style=official