Skip to content

Commit 8d3c0e8

Browse files
authored
Merge pull request #1 from scroll-tech/test_ci
edit readme & rustfmt
2 parents 4e43edc + c1c7abe commit 8d3c0e8

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# gkr-backend
22

3-
3+
This repository hosts the dependencies required for the GKR backend.

rustfmt.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
comment_width = 300
2+
edition = "2024"
3+
imports_granularity = "Crate"
4+
max_width = 100
5+
newline_style = "Unix"
6+
normalize_comments = true
7+
style_edition = "2024"
8+
wrap_comments = false

0 commit comments

Comments
 (0)