change vscode settings to add a ruler at width 80 (#13358)

pull/13362/head
Tilman M. Jaeschke 2021-12-14 14:07:25 +01:00 committed by GitHub
parent 34892555ec
commit fd8aa7a9cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@
"editor.renderWhitespace": "all",
"editor.insertSpaces": true,
"editor.formatOnSave": false,
"editor.ruler": [80],
"files.associations": {
"*.h": "c",
"*.in": "c",