Skip to content

Commit

Permalink
Initial project structure
Browse files Browse the repository at this point in the history
  • Loading branch information
snormore committed Nov 8, 2023
1 parent 2deeb53 commit c4fa82f
Show file tree
Hide file tree
Showing 17 changed files with 1,611 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/target
10 changes: 10 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"editor.formatOnSave": true,
"editor.formatOnType": true,
"rust-analyzer.rustfmt.enableRangeFormatting": true,
"[rust]": {
"editor.defaultFormatter": "rust-lang.rust-analyzer",
"editor.formatOnSave": true,
"editor.formatOnSaveMode": "file"
},
}
Loading

0 comments on commit c4fa82f

Please sign in to comment.