run prettier on json files (4)

This commit is contained in:
Aminda Suomalainen 2024-05-19 13:10:20 +03:00
parent e24c05bb3d
commit 6293ce0a14
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
4 changed files with 8 additions and 33 deletions

View File

@ -21,10 +21,7 @@
"memory": {
"format": "RAM {percentage}%"
},
"modules-left": [
"sway/workspaces",
"sway/mode"
],
"modules-left": ["sway/workspaces", "sway/mode"],
"modules-right": [
"gamemode",
"cpu",
@ -52,10 +49,7 @@
"pulseaudio": {
"format": "VOL {volume}%",
"format-bluetooth": "BT VOL {volume}%",
"ignored-sinks": [
"Easy Effects Sink",
"Easy Effects Source"
]
"ignored-sinks": ["Easy Effects Sink", "Easy Effects Source"]
},
"sway/language": {
"format": "KBD {short} {variant}",

View File

@ -4,9 +4,7 @@
"Extensions": {
"adnauseam@rednoise.org": {
"toAdd": {
"trustedSiteDirectives": [
""
]
"trustedSiteDirectives": [""]
},
"toOverwrite": {
"filterLists": [
@ -18,11 +16,7 @@
},
"jid1-MnnxcxisBPnSXQ@jetpack": {
"checkForDNTPolicy": true,
"disabledSites": [
"cloudflare.com",
"ecosia.org",
"keyoxide.org"
],
"disabledSites": ["cloudflare.com", "ecosia.org", "keyoxide.org"],
"learnInIncognito": true,
"learnLocally": true,
"sendDNTSignal": true,
@ -100,10 +94,7 @@
},
"DNSOverHTTPS": {
"Enabled": false,
"ExcludedDomains": [
"http.badssl.com",
"norwegianwifi.com"
],
"ExcludedDomains": ["http.badssl.com", "norwegianwifi.com"],
"Fallback": true,
"Locked": true,
"ProviderURL": "https://dns0.eu/",

View File

@ -56,9 +56,7 @@
},
"mlojlfildnehdpnlmpkeiiglhhkofhpb": {
"toAdd": {
"trustedSiteDirectives": [
""
]
"trustedSiteDirectives": [""]
},
"toOverwrite": {
"filterLists": [
@ -70,11 +68,7 @@
},
"pkehgijcmpdhfbdbbnkijodmdjhbjlgp": {
"checkForDNTPolicy": true,
"disabledSites": [
"cloudflare.com",
"ecosia.org",
"keyoxide.org"
],
"disabledSites": ["cloudflare.com", "ecosia.org", "keyoxide.org"],
"learnInIncognito": true,
"learnLocally": true,
"sendDNTSignal": true,

View File

@ -1,7 +1,3 @@
{
"ForcedLanguages": [
"fi",
"en",
"ru"
]
"ForcedLanguages": ["fi", "en", "ru"]
}