Other: Specify a textwidth of 80 for JavaScript

Specify a textwidth of 80 for code of this repo in `.js` files.
Also add VSCode workspace settings to specify a textwith of 80.
This commit is contained in:
Julian 2021-05-14 13:18:30 +02:00
parent 1f1a958555
commit 49388737a4
Signed by: julian
GPG Key ID: 094C2AC34192FA11
2 changed files with 11 additions and 0 deletions

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

@ -0,0 +1,7 @@
{
"[javascript]": {
"editor.rulers": [80]
},
"vim.textwidth": 80
}

View File

@ -1,5 +1,9 @@
# Contributing
## Textwidth
For code of this repo in `.js` files, stick to a textwidth of 80.
## Commit Message Format
The commit message format is as follows: