style(vscode): add EditorConfig extension recommendation

As Visual Studio Code is the most popular editor at the moment, it makes
sense to recommend the EditorConfig extension because it's not included
by default. Also enable the final newline in files again as that was the
default until the EditorConfig file was added.
This commit is contained in:
Thomas Frans
2024-05-18 21:37:24 +02:00
committed by Henrik Friedrichsen
parent ae5e8ef055
commit dc64a2941d
4 changed files with 9 additions and 3 deletions

3
.vscode/.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
/*
!/.gitignore
!/extensions.json

5
.vscode/extensions.json vendored Normal file
View File

@@ -0,0 +1,5 @@
{
"recommendations": [
"editorconfig.editorconfig"
]
}