diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..974e18a --- /dev/null +++ b/.editorconfig @@ -0,0 +1,3 @@ +[vscode/*] +indent_size = 2 +indent_style = space diff --git a/vscode/settings.json b/vscode/settings.json index 2599a97..de7dae6 100644 --- a/vscode/settings.json +++ b/vscode/settings.json @@ -1,5 +1,13 @@ { // custom settings + "json.schemas": [{ + "fileMatch": [ + "/vscode/settings.json", + ], + "schema": { + "allowTrailingCommas": true, + }, + }], "terminal.integrated.defaultProfile.linux": "bash", "terminal.integrated.profiles.linux": { "bash": {