Skip to content

Commit 8c882ec

Browse files
committed
style: manifest indentation
1 parent 2d5e6c9 commit 8c882ec

File tree

1 file changed

+31
-31
lines changed

1 file changed

+31
-31
lines changed

README.md

+31-31
Original file line numberDiff line numberDiff line change
@@ -76,39 +76,39 @@ pnpm inngest-dev
7676

7777
```json
7878
{
79-
"display_information": {
80-
"name": "zuzugo"
79+
"display_information": {
80+
"name": "zuzugo"
81+
},
82+
"features": {
83+
"bot_user": {
84+
"display_name": "zuzugo",
85+
"always_online": true
8186
},
82-
"features": {
83-
"bot_user": {
84-
"display_name": "zuzugo",
85-
"always_online": true
86-
},
87-
"slash_commands": [
88-
{
89-
"command": "/zuzugo",
90-
"url": "https://your-zuzugo-domain/api/slack",
91-
"description": "zuzugo commands!",
92-
"should_escape": false
93-
}
94-
]
95-
},
96-
"oauth_config": {
97-
"redirect_urls": [
98-
"https://your-zuzugo-domain/api/slack/oauth_redirect",
99-
"https://your-zuzugo-domain/api/auth/callback/slack"
100-
],
101-
"scopes": {
102-
"bot": [
103-
"commands"
104-
]
105-
}
106-
},
107-
"settings": {
108-
"org_deploy_enabled": false,
109-
"socket_mode_enabled": false,
110-
"token_rotation_enabled": false
87+
"slash_commands": [
88+
{
89+
"command": "/zuzugo",
90+
"url": "https://your-zuzugo-domain/api/slack",
91+
"description": "zuzugo commands!",
92+
"should_escape": false
93+
}
94+
]
95+
},
96+
"oauth_config": {
97+
"redirect_urls": [
98+
"https://your-zuzugo-domain/api/slack/oauth_redirect",
99+
"https://your-zuzugo-domain/api/auth/callback/slack"
100+
],
101+
"scopes": {
102+
"bot": [
103+
"commands"
104+
]
111105
}
106+
},
107+
"settings": {
108+
"org_deploy_enabled": false,
109+
"socket_mode_enabled": false,
110+
"token_rotation_enabled": false
111+
}
112112
}
113113
```
114114

0 commit comments

Comments
 (0)