Skip to content

Commit

Permalink
feat: add date a little changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Phosphorus-M committed Sep 18, 2023
1 parent 08f8009 commit 6db0f3d
Show file tree
Hide file tree
Showing 9 changed files with 594 additions and 15 deletions.
19 changes: 19 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"emmet.includeLanguages": {
"rust": "html",
"*.rs": "html"
},
"tailwindCSS.includeLanguages": {
"rust": "html",
"*.rs": "html"
},
"files.associations": {
"*.rs": "rust"
},
"editor.quickSuggestions": {
"other": "on",
"comments": "on",
"strings": true
},
"css.validate": false,
}
Loading

0 comments on commit 6db0f3d

Please sign in to comment.