mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-20 12:42:06 +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:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -118,7 +118,6 @@ rips/
|
|||||||
.history
|
.history
|
||||||
ripme.jar.update
|
ripme.jar.update
|
||||||
*.swp
|
*.swp
|
||||||
*.properties
|
|
||||||
!LabelsBundle*.properties
|
!LabelsBundle*.properties
|
||||||
history.json
|
history.json
|
||||||
*.iml
|
*.iml
|
||||||
|
1
gradle.properties
Normal file
1
gradle.properties
Normal file
@@ -0,0 +1 @@
|
|||||||
|
kotlin.code.style=official
|
Reference in New Issue
Block a user