mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-09-24 21:40:48 +02:00
chore: run taplo fmt
This commit is contained in:
@@ -6,10 +6,7 @@
|
||||
[[permission]]
|
||||
identifier = "allow-read-text-file-lines"
|
||||
description = "Enables the read_text_file_lines command without any pre-configured scope."
|
||||
commands.allow = [
|
||||
"read_text_file_lines",
|
||||
"read_text_file_lines_next",
|
||||
]
|
||||
commands.allow = ["read_text_file_lines", "read_text_file_lines_next"]
|
||||
|
||||
[[permission]]
|
||||
identifier = "deny-read-text-file-lines"
|
||||
|
||||
@@ -6,11 +6,7 @@
|
||||
[[permission]]
|
||||
identifier = "allow-write-file"
|
||||
description = "Enables the write_file command without any pre-configured scope."
|
||||
commands.allow = [
|
||||
"write_file",
|
||||
"open",
|
||||
"write",
|
||||
]
|
||||
commands.allow = ["write_file", "open", "write"]
|
||||
|
||||
[[permission]]
|
||||
identifier = "deny-write-file"
|
||||
|
||||
Reference in New Issue
Block a user