mirror of
https://github.com/sxyazi/yazi.git
synced 2024-11-23 09:22:21 +03:00
Remove redundant spaces
This commit is contained in:
parent
ce8013c97e
commit
2f65ec961b
@ -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" },
|
||||
|
Loading…
Reference in New Issue
Block a user