wayver's git archive


a simple self-hosted git server
git clone https://git.wayver.dev/bile

.vscode/settings.json@7e0330303eec590c92eb6194f83f04d0e8fb2ea0

raw
Date Commit Message Author Files + -
2026-02-17 21:07 initial mvp wayverd 74 10800 0
...

1{
2    "editor.formatOnSave": false,
3    "files.associations": {
4        "*.css": "css",
5        "*.html": "jinja-html",
6        "*.xml": "jinja-xml",
7    },
8    "[rust]": {
9        "editor.formatOnSave": true
10    }
11}