Files
ncspot/.vscode/extensions.json
Thomas Frans dc64a2941d 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.
2024-05-21 13:40:57 +02:00

6 lines
71 B
JSON

{
"recommendations": [
"editorconfig.editorconfig"
]
}