Skip to content

Commit 9d7adbd

Browse files
committed
style: fmt toml.
1 parent 95bc396 commit 9d7adbd

26 files changed

Lines changed: 146 additions & 585 deletions

plugins/fs/permissions/autogenerated/base-directories/appcache.toml

Lines changed: 6 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -36,47 +36,29 @@ path = "$APPCACHE"
3636
[[set]]
3737
identifier = "allow-appcache-read-recursive"
3838
description = "This allows full recursive read access to the complete `$APPCACHE` folder, files and subdirectories."
39-
permissions = [
40-
"read-all",
41-
"scope-appcache-recursive"
42-
]
39+
permissions = ["read-all", "scope-appcache-recursive"]
4340

4441
[[set]]
4542
identifier = "allow-appcache-write-recursive"
4643
description = "This allows full recursive write access to the complete `$APPCACHE` folder, files and subdirectories."
47-
permissions = [
48-
"write-all",
49-
"scope-appcache-recursive"
50-
]
44+
permissions = ["write-all", "scope-appcache-recursive"]
5145

5246
[[set]]
5347
identifier = "allow-appcache-read"
5448
description = "This allows non-recursive read access to the `$APPCACHE` folder."
55-
permissions = [
56-
"read-all",
57-
"scope-appcache"
58-
]
49+
permissions = ["read-all", "scope-appcache"]
5950

6051
[[set]]
6152
identifier = "allow-appcache-write"
6253
description = "This allows non-recursive write access to the `$APPCACHE` folder."
63-
permissions = [
64-
"write-all",
65-
"scope-appcache"
66-
]
54+
permissions = ["write-all", "scope-appcache"]
6755

6856
[[set]]
6957
identifier = "allow-appcache-meta-recursive"
7058
description = "This allows full recursive read access to metadata of the `$APPCACHE` folder, including file listing and statistics."
71-
permissions = [
72-
"read-meta",
73-
"scope-appcache-recursive"
74-
]
59+
permissions = ["read-meta", "scope-appcache-recursive"]
7560

7661
[[set]]
7762
identifier = "allow-appcache-meta"
7863
description = "This allows non-recursive read access to metadata of the `$APPCACHE` folder, including file listing and statistics."
79-
permissions = [
80-
"read-meta",
81-
"scope-appcache-index"
82-
]
64+
permissions = ["read-meta", "scope-appcache-index"]

plugins/fs/permissions/autogenerated/base-directories/appconfig.toml

Lines changed: 6 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -36,47 +36,29 @@ path = "$APPCONFIG"
3636
[[set]]
3737
identifier = "allow-appconfig-read-recursive"
3838
description = "This allows full recursive read access to the complete `$APPCONFIG` folder, files and subdirectories."
39-
permissions = [
40-
"read-all",
41-
"scope-appconfig-recursive"
42-
]
39+
permissions = ["read-all", "scope-appconfig-recursive"]
4340

4441
[[set]]
4542
identifier = "allow-appconfig-write-recursive"
4643
description = "This allows full recursive write access to the complete `$APPCONFIG` folder, files and subdirectories."
47-
permissions = [
48-
"write-all",
49-
"scope-appconfig-recursive"
50-
]
44+
permissions = ["write-all", "scope-appconfig-recursive"]
5145

5246
[[set]]
5347
identifier = "allow-appconfig-read"
5448
description = "This allows non-recursive read access to the `$APPCONFIG` folder."
55-
permissions = [
56-
"read-all",
57-
"scope-appconfig"
58-
]
49+
permissions = ["read-all", "scope-appconfig"]
5950

6051
[[set]]
6152
identifier = "allow-appconfig-write"
6253
description = "This allows non-recursive write access to the `$APPCONFIG` folder."
63-
permissions = [
64-
"write-all",
65-
"scope-appconfig"
66-
]
54+
permissions = ["write-all", "scope-appconfig"]
6755

6856
[[set]]
6957
identifier = "allow-appconfig-meta-recursive"
7058
description = "This allows full recursive read access to metadata of the `$APPCONFIG` folder, including file listing and statistics."
71-
permissions = [
72-
"read-meta",
73-
"scope-appconfig-recursive"
74-
]
59+
permissions = ["read-meta", "scope-appconfig-recursive"]
7560

7661
[[set]]
7762
identifier = "allow-appconfig-meta"
7863
description = "This allows non-recursive read access to metadata of the `$APPCONFIG` folder, including file listing and statistics."
79-
permissions = [
80-
"read-meta",
81-
"scope-appconfig-index"
82-
]
64+
permissions = ["read-meta", "scope-appconfig-index"]

plugins/fs/permissions/autogenerated/base-directories/appdata.toml

Lines changed: 6 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -36,47 +36,29 @@ path = "$APPDATA"
3636
[[set]]
3737
identifier = "allow-appdata-read-recursive"
3838
description = "This allows full recursive read access to the complete `$APPDATA` folder, files and subdirectories."
39-
permissions = [
40-
"read-all",
41-
"scope-appdata-recursive"
42-
]
39+
permissions = ["read-all", "scope-appdata-recursive"]
4340

4441
[[set]]
4542
identifier = "allow-appdata-write-recursive"
4643
description = "This allows full recursive write access to the complete `$APPDATA` folder, files and subdirectories."
47-
permissions = [
48-
"write-all",
49-
"scope-appdata-recursive"
50-
]
44+
permissions = ["write-all", "scope-appdata-recursive"]
5145

5246
[[set]]
5347
identifier = "allow-appdata-read"
5448
description = "This allows non-recursive read access to the `$APPDATA` folder."
55-
permissions = [
56-
"read-all",
57-
"scope-appdata"
58-
]
49+
permissions = ["read-all", "scope-appdata"]
5950

6051
[[set]]
6152
identifier = "allow-appdata-write"
6253
description = "This allows non-recursive write access to the `$APPDATA` folder."
63-
permissions = [
64-
"write-all",
65-
"scope-appdata"
66-
]
54+
permissions = ["write-all", "scope-appdata"]
6755

6856
[[set]]
6957
identifier = "allow-appdata-meta-recursive"
7058
description = "This allows full recursive read access to metadata of the `$APPDATA` folder, including file listing and statistics."
71-
permissions = [
72-
"read-meta",
73-
"scope-appdata-recursive"
74-
]
59+
permissions = ["read-meta", "scope-appdata-recursive"]
7560

7661
[[set]]
7762
identifier = "allow-appdata-meta"
7863
description = "This allows non-recursive read access to metadata of the `$APPDATA` folder, including file listing and statistics."
79-
permissions = [
80-
"read-meta",
81-
"scope-appdata-index"
82-
]
64+
permissions = ["read-meta", "scope-appdata-index"]

plugins/fs/permissions/autogenerated/base-directories/applocaldata.toml

Lines changed: 6 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -36,47 +36,29 @@ path = "$APPLOCALDATA"
3636
[[set]]
3737
identifier = "allow-applocaldata-read-recursive"
3838
description = "This allows full recursive read access to the complete `$APPLOCALDATA` folder, files and subdirectories."
39-
permissions = [
40-
"read-all",
41-
"scope-applocaldata-recursive"
42-
]
39+
permissions = ["read-all", "scope-applocaldata-recursive"]
4340

4441
[[set]]
4542
identifier = "allow-applocaldata-write-recursive"
4643
description = "This allows full recursive write access to the complete `$APPLOCALDATA` folder, files and subdirectories."
47-
permissions = [
48-
"write-all",
49-
"scope-applocaldata-recursive"
50-
]
44+
permissions = ["write-all", "scope-applocaldata-recursive"]
5145

5246
[[set]]
5347
identifier = "allow-applocaldata-read"
5448
description = "This allows non-recursive read access to the `$APPLOCALDATA` folder."
55-
permissions = [
56-
"read-all",
57-
"scope-applocaldata"
58-
]
49+
permissions = ["read-all", "scope-applocaldata"]
5950

6051
[[set]]
6152
identifier = "allow-applocaldata-write"
6253
description = "This allows non-recursive write access to the `$APPLOCALDATA` folder."
63-
permissions = [
64-
"write-all",
65-
"scope-applocaldata"
66-
]
54+
permissions = ["write-all", "scope-applocaldata"]
6755

6856
[[set]]
6957
identifier = "allow-applocaldata-meta-recursive"
7058
description = "This allows full recursive read access to metadata of the `$APPLOCALDATA` folder, including file listing and statistics."
71-
permissions = [
72-
"read-meta",
73-
"scope-applocaldata-recursive"
74-
]
59+
permissions = ["read-meta", "scope-applocaldata-recursive"]
7560

7661
[[set]]
7762
identifier = "allow-applocaldata-meta"
7863
description = "This allows non-recursive read access to metadata of the `$APPLOCALDATA` folder, including file listing and statistics."
79-
permissions = [
80-
"read-meta",
81-
"scope-applocaldata-index"
82-
]
64+
permissions = ["read-meta", "scope-applocaldata-index"]

plugins/fs/permissions/autogenerated/base-directories/applog.toml

Lines changed: 6 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -36,47 +36,29 @@ path = "$APPLOG"
3636
[[set]]
3737
identifier = "allow-applog-read-recursive"
3838
description = "This allows full recursive read access to the complete `$APPLOG` folder, files and subdirectories."
39-
permissions = [
40-
"read-all",
41-
"scope-applog-recursive"
42-
]
39+
permissions = ["read-all", "scope-applog-recursive"]
4340

4441
[[set]]
4542
identifier = "allow-applog-write-recursive"
4643
description = "This allows full recursive write access to the complete `$APPLOG` folder, files and subdirectories."
47-
permissions = [
48-
"write-all",
49-
"scope-applog-recursive"
50-
]
44+
permissions = ["write-all", "scope-applog-recursive"]
5145

5246
[[set]]
5347
identifier = "allow-applog-read"
5448
description = "This allows non-recursive read access to the `$APPLOG` folder."
55-
permissions = [
56-
"read-all",
57-
"scope-applog"
58-
]
49+
permissions = ["read-all", "scope-applog"]
5950

6051
[[set]]
6152
identifier = "allow-applog-write"
6253
description = "This allows non-recursive write access to the `$APPLOG` folder."
63-
permissions = [
64-
"write-all",
65-
"scope-applog"
66-
]
54+
permissions = ["write-all", "scope-applog"]
6755

6856
[[set]]
6957
identifier = "allow-applog-meta-recursive"
7058
description = "This allows full recursive read access to metadata of the `$APPLOG` folder, including file listing and statistics."
71-
permissions = [
72-
"read-meta",
73-
"scope-applog-recursive"
74-
]
59+
permissions = ["read-meta", "scope-applog-recursive"]
7560

7661
[[set]]
7762
identifier = "allow-applog-meta"
7863
description = "This allows non-recursive read access to metadata of the `$APPLOG` folder, including file listing and statistics."
79-
permissions = [
80-
"read-meta",
81-
"scope-applog-index"
82-
]
64+
permissions = ["read-meta", "scope-applog-index"]

plugins/fs/permissions/autogenerated/base-directories/audio.toml

Lines changed: 6 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -36,47 +36,29 @@ path = "$AUDIO"
3636
[[set]]
3737
identifier = "allow-audio-read-recursive"
3838
description = "This allows full recursive read access to the complete `$AUDIO` folder, files and subdirectories."
39-
permissions = [
40-
"read-all",
41-
"scope-audio-recursive"
42-
]
39+
permissions = ["read-all", "scope-audio-recursive"]
4340

4441
[[set]]
4542
identifier = "allow-audio-write-recursive"
4643
description = "This allows full recursive write access to the complete `$AUDIO` folder, files and subdirectories."
47-
permissions = [
48-
"write-all",
49-
"scope-audio-recursive"
50-
]
44+
permissions = ["write-all", "scope-audio-recursive"]
5145

5246
[[set]]
5347
identifier = "allow-audio-read"
5448
description = "This allows non-recursive read access to the `$AUDIO` folder."
55-
permissions = [
56-
"read-all",
57-
"scope-audio"
58-
]
49+
permissions = ["read-all", "scope-audio"]
5950

6051
[[set]]
6152
identifier = "allow-audio-write"
6253
description = "This allows non-recursive write access to the `$AUDIO` folder."
63-
permissions = [
64-
"write-all",
65-
"scope-audio"
66-
]
54+
permissions = ["write-all", "scope-audio"]
6755

6856
[[set]]
6957
identifier = "allow-audio-meta-recursive"
7058
description = "This allows full recursive read access to metadata of the `$AUDIO` folder, including file listing and statistics."
71-
permissions = [
72-
"read-meta",
73-
"scope-audio-recursive"
74-
]
59+
permissions = ["read-meta", "scope-audio-recursive"]
7560

7661
[[set]]
7762
identifier = "allow-audio-meta"
7863
description = "This allows non-recursive read access to metadata of the `$AUDIO` folder, including file listing and statistics."
79-
permissions = [
80-
"read-meta",
81-
"scope-audio-index"
82-
]
64+
permissions = ["read-meta", "scope-audio-index"]

plugins/fs/permissions/autogenerated/base-directories/cache.toml

Lines changed: 6 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -36,47 +36,29 @@ path = "$CACHE"
3636
[[set]]
3737
identifier = "allow-cache-read-recursive"
3838
description = "This allows full recursive read access to the complete `$CACHE` folder, files and subdirectories."
39-
permissions = [
40-
"read-all",
41-
"scope-cache-recursive"
42-
]
39+
permissions = ["read-all", "scope-cache-recursive"]
4340

4441
[[set]]
4542
identifier = "allow-cache-write-recursive"
4643
description = "This allows full recursive write access to the complete `$CACHE` folder, files and subdirectories."
47-
permissions = [
48-
"write-all",
49-
"scope-cache-recursive"
50-
]
44+
permissions = ["write-all", "scope-cache-recursive"]
5145

5246
[[set]]
5347
identifier = "allow-cache-read"
5448
description = "This allows non-recursive read access to the `$CACHE` folder."
55-
permissions = [
56-
"read-all",
57-
"scope-cache"
58-
]
49+
permissions = ["read-all", "scope-cache"]
5950

6051
[[set]]
6152
identifier = "allow-cache-write"
6253
description = "This allows non-recursive write access to the `$CACHE` folder."
63-
permissions = [
64-
"write-all",
65-
"scope-cache"
66-
]
54+
permissions = ["write-all", "scope-cache"]
6755

6856
[[set]]
6957
identifier = "allow-cache-meta-recursive"
7058
description = "This allows full recursive read access to metadata of the `$CACHE` folder, including file listing and statistics."
71-
permissions = [
72-
"read-meta",
73-
"scope-cache-recursive"
74-
]
59+
permissions = ["read-meta", "scope-cache-recursive"]
7560

7661
[[set]]
7762
identifier = "allow-cache-meta"
7863
description = "This allows non-recursive read access to metadata of the `$CACHE` folder, including file listing and statistics."
79-
permissions = [
80-
"read-meta",
81-
"scope-cache-index"
82-
]
64+
permissions = ["read-meta", "scope-cache-index"]

0 commit comments

Comments
 (0)