chore: added and applied XML formatter
This commit is contained in:
parent
120be09c2c
commit
17ad02c5ac
3 changed files with 12 additions and 8 deletions
3
.vscode/extensions.json
vendored
3
.vscode/extensions.json
vendored
|
@ -8,6 +8,7 @@
|
||||||
"styled-components.vscode-styled-components",
|
"styled-components.vscode-styled-components",
|
||||||
"bradlc.vscode-tailwindcss",
|
"bradlc.vscode-tailwindcss",
|
||||||
"unifiedjs.vscode-mdx",
|
"unifiedjs.vscode-mdx",
|
||||||
"svelte.svelte-vscode"
|
"svelte.svelte-vscode",
|
||||||
|
"redhat.vscode-xml"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
|
@ -78,5 +78,8 @@
|
||||||
"color-highlight.markerType": "outline",
|
"color-highlight.markerType": "outline",
|
||||||
"[dotenv]": {
|
"[dotenv]": {
|
||||||
"editor.defaultFormatter": "foxundermoon.shell-format"
|
"editor.defaultFormatter": "foxundermoon.shell-format"
|
||||||
|
},
|
||||||
|
"[xml]": {
|
||||||
|
"editor.defaultFormatter": "redhat.vscode-xml"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||||
<url>
|
<url>
|
||||||
<loc>https://developomp.com</loc>
|
<loc>https://developomp.com</loc>
|
||||||
<lastmod>2023-07-04</lastmod>
|
<lastmod>2023-07-04</lastmod>
|
||||||
<changefreq>monthly</changefreq>
|
<changefreq>always</changefreq>
|
||||||
<priority>1.0</priority>
|
<priority>1.0</priority>
|
||||||
</url>
|
</url>
|
||||||
</urlset>
|
</urlset>
|
Loading…
Add table
Add a link
Reference in a new issue