Revert "Actually run prettier on json files"

This reverts commit f3c5745b77.
This commit is contained in:
Aminda Suomalainen 2024-05-19 19:52:10 +03:00
parent 1921acb062
commit c8617409fa
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
2 changed files with 16 additions and 4 deletions

View File

@ -1,9 +1,19 @@
[ [
{ {
"autoSendCommands": [ "autoSendCommands": [
["NICKSERV", "IDENTIFY D6 CENSORED"], [
["NICKSERV", "REGAIN D6 CENSORED"], "NICKSERV",
["MODE", "D6", "-i"] "IDENTIFY D6 CENSORED"
],
[
"NICKSERV",
"REGAIN D6 CENSORED"
],
[
"MODE",
"D6",
"-i"
]
], ],
"channelMapping": { "channelMapping": {
"374659905983873025": "#piraattinuoret", "374659905983873025": "#piraattinuoret",

View File

@ -31,7 +31,9 @@
"preferredDomain": "jitsi.effi.org" "preferredDomain": "jitsi.effi.org"
}, },
"room_directory": { "room_directory": {
"servers": ["matrixrooms.info"] "servers": [
"matrixrooms.info"
]
}, },
"setting_defaults": { "setting_defaults": {
"RustCrypto.staged_rollout_percent": 100 "RustCrypto.staged_rollout_percent": 100