.vscode: add editor settings for VS Code

This commit is contained in:
Oliver Gugger 2022-06-27 23:43:32 +02:00
parent ed2a126541
commit d20140e393
No known key found for this signature in database
GPG Key ID: 8E4256593F177720

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

@ -0,0 +1,4 @@
{
"editor.tabSize": 8,
"editor.rulers": [80]
}