[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,
"sidecar": true,
"scope": [
{
"name": "bin/VRCT-sidecar", "sidecar": true,"args": true
}
{ "name": "bin/VRCT-sidecar", "sidecar": true, "args": true }
]
}
},
"windows": [
{
},
"windows": [{
"title": "VRCT",
"center": true,
"width": 450,
@@ -51,11 +48,8 @@
"minHeight": 200,
"transparent": true,
"decorations": false
}
],
"security": {
"csp": null
},
}],
"security": { "csp": null },
"bundle": {
"active": true,
"targets": "nsis",
@@ -73,7 +67,7 @@
"externalBin": [
"bin/VRCT-sidecar"
],
"resources":{
"resources": {
"bin/_internal": "_internal"
},
"windows": {