Skip to content

Commit 5400dc5

Browse files
committed
Add ruler at column 120 for VS Code
This provides some visual guidance, e.g. for comments not touched by rustfmt, and corresponds to the value in rustfmt.toml.
1 parent c9d920a commit 5400dc5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,7 @@
1212
"[cpp]": {
1313
"editor.formatOnSave": false
1414
},
15+
"editor.rulers": [
16+
120
17+
],
1518
}

0 commit comments

Comments
 (0)