Skip to content

Commit 204047b

Browse files
committed
Add ruler for Fluent files
1 parent ecf3943 commit 204047b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.vscode/settings.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,8 @@
2828
"name": "ghutils",
2929
"database": "${workspaceFolder:discord-github-utils}/db.sqlite"
3030
}
31-
]
31+
],
32+
"[fluent]": {
33+
"editor.rulers": [104],
34+
},
3235
}

0 commit comments

Comments
 (0)