Skip to content

Commit b715097

Browse files
committed
Fix spacing
1 parent 396f3d3 commit b715097

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

packages/vscode-tailwindcss/package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -323,15 +323,15 @@
323323
"markdownDescription": "Enable the Node.js inspector agent for the language server and listen on the specified port."
324324
},
325325
"tailwindcss-intellisense.trace.server": {
326-
"scope": "window",
327-
"type": "string",
328-
"enum": [
329-
"off",
330-
"messages",
331-
"verbose"
332-
],
333-
"default": "off",
334-
"description": "Traces the communication between VS Code and the Tailwind CSS Language Server."
326+
"scope": "window",
327+
"type": "string",
328+
"enum": [
329+
"off",
330+
"messages",
331+
"verbose"
332+
],
333+
"default": "off",
334+
"description": "Traces the communication between VS Code and the Tailwind CSS Language Server."
335335
}
336336
}
337337
}

0 commit comments

Comments
 (0)