diff options
| -rw-r--r-- | .vscode/settings.json | 9 | 
1 files changed, 9 insertions, 0 deletions
| diff --git a/.vscode/settings.json b/.vscode/settings.json index 994718d2e..9b18e9996 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -4,4 +4,13 @@      "editor.insertSpaces": true,      "files.insertFinalNewline": true,      "files.eol": "\n", +    "files.associations": { +        "*.xml.i": "xml", +        "*.xml.in": "xml", +    }, +    "editor.indentSize": "tabSize", +    "[jinja]": { +        "editor.tabSize": 4, +        "editor.wordBasedSuggestions": false +    }  } | 
