Skip to content

Commit c01d964

Browse files
committed
Revert "style: fmt toml."
This reverts commit 9d7adbd.
1 parent e25e95b commit c01d964

26 files changed

Lines changed: 585 additions & 146 deletions

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

Lines changed: 24 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,29 +36,47 @@ 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 = ["read-all", "scope-appcache-recursive"]
39+
permissions = [
40+
"read-all",
41+
"scope-appcache-recursive"
42+
]
4043

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

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

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

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

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

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

Lines changed: 24 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,29 +36,47 @@ 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 = ["read-all", "scope-appconfig-recursive"]
39+
permissions = [
40+
"read-all",
41+
"scope-appconfig-recursive"
42+
]
4043

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

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

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

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

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

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

Lines changed: 24 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,29 +36,47 @@ 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 = ["read-all", "scope-appdata-recursive"]
39+
permissions = [
40+
"read-all",
41+
"scope-appdata-recursive"
42+
]
4043

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

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

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

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

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

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

Lines changed: 24 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,29 +36,47 @@ 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 = ["read-all", "scope-applocaldata-recursive"]
39+
permissions = [
40+
"read-all",
41+
"scope-applocaldata-recursive"
42+
]
4043

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

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

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

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

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

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

Lines changed: 24 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,29 +36,47 @@ 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 = ["read-all", "scope-applog-recursive"]
39+
permissions = [
40+
"read-all",
41+
"scope-applog-recursive"
42+
]
4043

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

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

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

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

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

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

Lines changed: 24 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,29 +36,47 @@ 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 = ["read-all", "scope-audio-recursive"]
39+
permissions = [
40+
"read-all",
41+
"scope-audio-recursive"
42+
]
4043

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

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

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

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

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

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

Lines changed: 24 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,29 +36,47 @@ 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 = ["read-all", "scope-cache-recursive"]
39+
permissions = [
40+
"read-all",
41+
"scope-cache-recursive"
42+
]
4043

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

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

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

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

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

0 commit comments

Comments
 (0)