Skip to content

Commit 1692ab3

Browse files
committed
Set dprint as default CSS formatter in VS Code
1 parent 793e78a commit 1692ab3

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
2+
"[css]": {
3+
"editor.defaultFormatter": "dprint.dprint"
4+
},
25
"[json]": {
36
"editor.defaultFormatter": "dprint.dprint"
47
},

apps/website/app/theme/theme.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,10 @@ button {
159159
font-size: 14px;
160160
}
161161

162+
code {
163+
white-space: nowrap;
164+
}
165+
162166
table {
163167
font-size: 1em;
164168

0 commit comments

Comments
 (0)