chore: run taplo fmt

This commit is contained in:
Lucas Nogueira
2026-09-21 21:56:40 -03:00
parent 2fd27c2d43
commit b7897cab5d
26 changed files with 146 additions and 585 deletions
@@ -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"