From f3c5745b77781a9826a1cec58aac41f719aae318 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sun, 19 May 2024 19:14:38 +0300 Subject: [PATCH] Actually run prettier on json files --- irc/piraatit/discord-irc/config.json | 16 +++------------- matrix/Element/config.json | 4 +--- 2 files changed, 4 insertions(+), 16 deletions(-) diff --git a/irc/piraatit/discord-irc/config.json b/irc/piraatit/discord-irc/config.json index 551f76f..5d02c2d 100644 --- a/irc/piraatit/discord-irc/config.json +++ b/irc/piraatit/discord-irc/config.json @@ -1,19 +1,9 @@ [ { "autoSendCommands": [ - [ - "NICKSERV", - "IDENTIFY D6 CENSORED" - ], - [ - "NICKSERV", - "REGAIN D6 CENSORED" - ], - [ - "MODE", - "D6", - "-i" - ] + ["NICKSERV", "IDENTIFY D6 CENSORED"], + ["NICKSERV", "REGAIN D6 CENSORED"], + ["MODE", "D6", "-i"] ], "channelMapping": { "374659905983873025": "#piraattinuoret", diff --git a/matrix/Element/config.json b/matrix/Element/config.json index f3eefad..83b842d 100644 --- a/matrix/Element/config.json +++ b/matrix/Element/config.json @@ -31,9 +31,7 @@ "preferredDomain": "jitsi.effi.org" }, "room_directory": { - "servers": [ - "matrixrooms.info" - ] + "servers": ["matrixrooms.info"] }, "setting_defaults": { "RustCrypto.staged_rollout_percent": 100