Add .editorconfig and jsonc schema for vscode settings.json

master
Jordan Atwood 1 year ago
parent 4014f6bb25
commit 67a9d7f9f7
Signed by: nightfirecat
GPG Key ID: 615A619C2D73A6DF
  1. 3
      .editorconfig
  2. 8
      vscode/settings.json

@ -0,0 +1,3 @@
[vscode/*]
indent_size = 2
indent_style = space

@ -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": {

Loading…
Cancel
Save