vscode settings and contributing (#50)

This commit is contained in:
Sergey Kanzhelev 2019-06-03 11:03:59 -07:00 committed by GitHub
parent c1c1a163ca
commit c26d811730
1 changed files with 7 additions and 0 deletions

7
.vscode/settings.json vendored Normal file
View File

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