Update settings to have only one vertical line in vscode (#265)

Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
This commit is contained in:
Bogdan Drutu 2019-09-27 14:29:25 -07:00 committed by GitHub
parent ca32ba9809
commit 5ddfcce03c
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"rewrap.wrappingColumn": 80,
"editor.rulers": [80, 120],
"editor.rulers": [80],
"markdownlint.config": {
"MD013": true
},