[Refactor] tauri.conf.json: Align indentation to 4 spaces.

This commit is contained in:
Sakamoto Shiina
2025-03-19 14:15:42 +09:00
parent 4003687e73
commit f3d2de54b5

View File

@@ -35,14 +35,11 @@
"open": true, "open": true,
"sidecar": true, "sidecar": true,
"scope": [ "scope": [
{ { "name": "bin/VRCT-sidecar", "sidecar": true, "args": true }
"name": "bin/VRCT-sidecar", "sidecar": true,"args": true
}
] ]
} }
}, },
"windows": [ "windows": [{
{
"title": "VRCT", "title": "VRCT",
"center": true, "center": true,
"width": 450, "width": 450,
@@ -51,11 +48,8 @@
"minHeight": 200, "minHeight": 200,
"transparent": true, "transparent": true,
"decorations": false "decorations": false
} }],
], "security": { "csp": null },
"security": {
"csp": null
},
"bundle": { "bundle": {
"active": true, "active": true,
"targets": "nsis", "targets": "nsis",