Made macros save in a human readable format

This commit is contained in:
Bella 2020-05-07 09:47:11 -04:00
parent 1cc7174eea
commit c8f79a77b2
No known key found for this signature in database
GPG Key ID: DBD4A6030080C8B3
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ import java.util.*
* Created by dominikaaaa on 04/05/20
*/
object Macro {
private val gson = GsonBuilder().create()
private val gson = GsonBuilder().setPrettyPrinting().create()
private const val configName = "KAMIBlueMacros.json"
private val file = File(configName)