From c8617409fa4e58a6b363909906dde5170a72b22a Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sun, 19 May 2024 19:52:10 +0300 Subject: [PATCH] Revert "Actually run prettier on json files" This reverts commit f3c5745b77781a9826a1cec58aac41f719aae318. --- irc/piraatit/discord-irc/config.json | 16 +++++++++++++--- matrix/Element/config.json | 4 +++- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/irc/piraatit/discord-irc/config.json b/irc/piraatit/discord-irc/config.json index 5d02c2d..551f76f 100644 --- a/irc/piraatit/discord-irc/config.json +++ b/irc/piraatit/discord-irc/config.json @@ -1,9 +1,19 @@ [ { "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 83b842d..f3eefad 100644 --- a/matrix/Element/config.json +++ b/matrix/Element/config.json @@ -31,7 +31,9 @@ "preferredDomain": "jitsi.effi.org" }, "room_directory": { - "servers": ["matrixrooms.info"] + "servers": [ + "matrixrooms.info" + ] }, "setting_defaults": { "RustCrypto.staged_rollout_percent": 100