Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
Almaju committed Nov 16, 2024
0 parents commit aff2307
Show file tree
Hide file tree
Showing 52 changed files with 2,952 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.env
/target
19 changes: 19 additions & 0 deletions .zed/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"languages": {
"Rust": {
"format_on_save": {
"external": {
"command": "leptosfmt",
"arguments": ["--stdin", "--rustfmt", "--experimental-tailwind", "."]
}
}
}
},
"lsp": {
"rust-analyzer": {
"procMacro": {
"ignored": ["component", "server"]
}
}
}
}
Loading

0 comments on commit aff2307

Please sign in to comment.