Update settings to have only one vertical line in vscode (#265)
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
This commit is contained in:
parent
ca32ba9809
commit
5ddfcce03c
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"rewrap.wrappingColumn": 80,
|
||||
"editor.rulers": [80, 120],
|
||||
"editor.rulers": [80],
|
||||
"markdownlint.config": {
|
||||
"MD013": true
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue