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:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -118,7 +118,6 @@ rips/
|
||||
.history
|
||||
ripme.jar.update
|
||||
*.swp
|
||||
*.properties
|
||||
!LabelsBundle*.properties
|
||||
history.json
|
||||
*.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