Skip to content

Commit 24d5c86

Browse files
authored
Update settings to have only one vertical line in vscode (#265)
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
1 parent 03018b1 commit 24d5c86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"rewrap.wrappingColumn": 80,
3-
"editor.rulers": [80, 120],
3+
"editor.rulers": [80],
44
"markdownlint.config": {
55
"MD013": true
66
},

0 commit comments

Comments
 (0)