Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
Autoparallel committed Feb 21, 2024
1 parent 1d389b4 commit 4b6039e
Show file tree
Hide file tree
Showing 56 changed files with 51,542 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@
cache
out
optimized-out

# Rust
kit/target
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
bind:
@echo "Building project artifacts."
forge bind --via-ir --bindings-path kit/src/bindings --contracts src/ --skip-cargo-toml --module
11 changes: 11 additions & 0 deletions kit/.rustfmt.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
imports_granularity = "Crate"
group_imports = "StdExternalCrate"

format_code_in_doc_comments = true

use_field_init_shorthand = true

wrap_comments = true
normalize_comments = true
comment_width = 80
edition = "2021"
Loading

0 comments on commit 4b6039e

Please sign in to comment.