Add .vscode/settings.json with a ruler at column 120

This commit is contained in:
Tim Düsterhus 2021-08-15 12:47:02 +02:00
parent fc1045831f
commit b76a1cee9e
Signed by: TimWolla
GPG Key ID: 8FF75566094168AF
1 changed files with 8 additions and 0 deletions

8
.vscode/settings.json vendored Executable file
View File

@ -0,0 +1,8 @@
{
"editor.rulers": [
{
"column": 120,
"color": "#ff00ff40"
}
]
}