Skip to content

Commit

Permalink
adding bxftm subgraph
Browse files Browse the repository at this point in the history
  • Loading branch information
franzns committed Dec 6, 2023
1 parent a53c4f9 commit e34fe23
Show file tree
Hide file tree
Showing 12 changed files with 5,386 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"semi": false,
"overrides": [
{
"files": "*.sol",
"options": {
"bracketSpacing": false,
"printWidth": 145,
"tabWidth": 4,
"useTabs": false,
"singleQuote": false,
"explicitTypes": "always"
}
},
{
"files": "*.ts",
"options": {
"printWidth": 120,
"tabWidth": 4,
"singleQuote": true,
"trailingComma": "all"
}
}
]
}
1 change: 1 addition & 0 deletions subgraphs/bxftm/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
generated
Loading

0 comments on commit e34fe23

Please sign in to comment.