Add editorconfig

This commit is contained in:
Cohee
2023-12-11 17:17:04 +02:00
parent f1cd7e89db
commit 3b33c3e51a

View File

@ -1,13 +1,11 @@
{ {
// See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations. // See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp // Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
// List of extensions which should be recommended for users of this workspace.
// List of extensions which should be recommended for users of this workspace. "recommendations": [
"recommendations": [ "dbaeumer.vscode-eslint",
"dbaeumer.vscode-eslint" "EditorConfig.EditorConfig"
], ],
// List of extensions recommended by VS Code that should not be recommended for users of this workspace. // List of extensions recommended by VS Code that should not be recommended for users of this workspace.
"unwantedRecommendations": [ "unwantedRecommendations": []
]
} }