Skip to content

Commit 20bed97

Browse files
committed
Remove formatting
1 parent fe8cf19 commit 20bed97

File tree

1 file changed

+55
-12
lines changed

1 file changed

+55
-12
lines changed

.vscode/cspell.json

Lines changed: 55 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -142,48 +142,91 @@
142142
"overrides": [
143143
{
144144
"filename": "**/Cargo.toml",
145-
"dictionaries": ["crates", "rust-custom"]
145+
"dictionaries": [
146+
"crates",
147+
"rust-custom"
148+
]
146149
},
147150
{
148151
"filename": "**/*.md",
149-
"dictionaries": ["crates", "rust", "rust-custom"],
150-
"ignoreRegExpList": ["@\\w+"]
152+
"dictionaries": [
153+
"crates",
154+
"rust",
155+
"rust-custom"
156+
],
157+
"ignoreRegExpList": [
158+
"@\\w+"
159+
]
151160
},
152161
{
153162
"filename": "**/*.rs",
154-
"dictionaries": ["crates", "rust-custom"]
163+
"dictionaries": [
164+
"crates",
165+
"rust-custom"
166+
]
155167
},
156168
{
157169
"filename": "sdk/core/azure_core_amqp/**",
158-
"dictionaries": ["crates", "rust-custom", "azure_core_amqp"]
170+
"dictionaries": [
171+
"crates",
172+
"rust-custom",
173+
"azure_core_amqp"
174+
]
159175
},
160176
{
161177
"filename": "sdk/eventhubs/**",
162-
"dictionaries": ["crates", "rust-custom", "eventhubs"]
178+
"dictionaries": [
179+
"crates",
180+
"rust-custom",
181+
"eventhubs"
182+
]
163183
},
164184
{
165185
"filename": "sdk/identity/**",
166-
"dictionaries": ["crates", "rust-custom", "identity"]
186+
"dictionaries": [
187+
"crates",
188+
"rust-custom",
189+
"identity"
190+
]
167191
},
168192
{
169193
"filename": "sdk/keyvault/**",
170-
"dictionaries": ["crates", "rust-custom", "keyvault"]
194+
"dictionaries": [
195+
"crates",
196+
"rust-custom",
197+
"keyvault"
198+
]
171199
},
172200
{
173201
"filename": "sdk/typespec/**",
174-
"flagWords": ["azure", "azurite"]
202+
"flagWords": [
203+
"azure",
204+
"azurite"
205+
]
175206
},
176207
{
177208
"filename": "sdk/cosmos/**",
178-
"dictionaries": ["crates", "rust-custom", "cosmos"]
209+
"dictionaries": [
210+
"crates",
211+
"rust-custom",
212+
"cosmos"
213+
]
179214
},
180215
{
181216
"filename": "sdk/servicebus/**",
182-
"dictionaries": ["crates", "rust-custom", "servicebus"]
217+
"dictionaries": [
218+
"crates",
219+
"rust-custom",
220+
"servicebus"
221+
]
183222
},
184223
{
185224
"filename": "sdk/storage/**",
186-
"dictionaries": ["crates", "rust-custom", "storage"]
225+
"dictionaries": [
226+
"crates",
227+
"rust-custom",
228+
"storage"
229+
]
187230
}
188231
]
189232
}

0 commit comments

Comments
 (0)