mirror of
https://mau.dev/andreijiroh-dev/website.git
synced 2024-11-10 11:39:40 +00:00
Andrei Jiroh Halili
6c3c12ebba
This should be also suitable for local development via Docker too. Signed-off-by: Andrei Jiroh Halili <ajhalili2006@gmail.com>
23 lines
No EOL
495 B
JSON
23 lines
No EOL
495 B
JSON
{
|
|
"yaml.schemas": {
|
|
"https://squidfunk.github.io/mkdocs-material/schema.json": "mkdocs*.yml"
|
|
},
|
|
"marquee.widgets.npm-stats.packageNames": [
|
|
"@ajhalili2006/tildeverse-web"
|
|
],
|
|
"conventionalCommits.scopes": [
|
|
"mkdocs.yml",
|
|
"gitlab-ci",
|
|
"builds.sr.ht",
|
|
"docker",
|
|
"markdown",
|
|
"readme",
|
|
"meta",
|
|
"global",
|
|
"deps-dev",
|
|
"docker"
|
|
],
|
|
"conventionalCommits.autoCommit": false,
|
|
"conventionalCommits.promptCI": true,
|
|
"git.alwaysSignOff": true
|
|
} |