summaryrefslogtreecommitdiff
path: root/.vscode
AgeCommit message (Collapse)Author
2023-12-08git: T5803: Adjust git configuration for baseline defaultsIndrajit Raychaudhuri
Apply baseline defaults for `.gitattributes` and `.vscode/settings.json` for improved developer experience. The `.gitattrbutes` settings are based on: Git documentation (https://git-scm.com/docs/gitattributes#_effects) GitHub documentation (https://docs.github.com/en/get-started/getting-started-with-git/configuring-git-to-handle-line-endings) Community templates (https://github.com/gitattributes/gitattributes) Since editor-agnostic line-ending specific settings are applied to `.gitattributes`, they can be removed from `.vscode/settings.json`. The global VSCode defaults have also been removed to avoid duplication.
2023-07-20vscode: identify j2 als JinjaChristian Breunig
2023-07-20vscode: specify additional common settings for languag association and indentionChristian Breunig
- add language file association (xml.i, xml.in -> XML) - add Jinja2 indention
2023-07-08Add VScode configuration filesChristian Breunig