Remove redundant spaces

This commit is contained in:
Integral 2024-11-21 19:27:38 +08:00
parent ce8013c97e
commit 2f65ec961b
No known key found for this signature in database
GPG Key ID: 06313911057DD5A8

View File

@ -73,7 +73,7 @@ rules = [
{ mime = "application/vnd.debian.binary-package", use = [ "extract", "reveal" ] },
{ mime = "application/vnd.android.package-archive", use = [ "extract", "reveal" ] },
{ mime = "application/vnd.ms-cab-compressed", use = [ "extract", "reveal" ] },
{ name = "*.{AppImage, appimage}", use = [ "extract", "reveal" ] },
{ name = "*.{AppImage,appimage}", use = [ "extract", "reveal" ] },
# JSON
{ mime = "application/{json,ndjson}", use = [ "edit", "reveal" ] },
{ mime = "*/javascript", use = [ "edit", "reveal" ] },
@ -143,7 +143,7 @@ previewers = [
{ mime = "application/vnd.debian.binary-package", run = "archive" },
{ mime = "application/vnd.android.package-archive", run = "archive" },
{ mime = "application/vnd.ms-cab-compressed", run = "archive" },
{ name = "*.{AppImage, appimage}", run = "archive" },
{ name = "*.{AppImage,appimage}", run = "archive" },
# Virtual Disk / Disk Image
{ mime = "application/iso9660-image", run = "archive" },
{ mime = "application/{qemu,vhd,vhdx,vdi,vmdk}-disk", run = "archive" },