Skip to content

Commit

Permalink
chore: update .gitattributes and rustfmt.toml (#6909)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes authored Jan 26, 2024
1 parent 8ba6d56 commit 14bab74
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
# auto-detection may fail for human-readable files, like the ones in abi/abi/*.sol
**/*.sol linguist-language=Solidity

crates/abi/src/bindings/*.rs linguist-generated
crates/cheatcodes/assets/*.json linguist-generated
testdata/cheats/Vm.sol linguist-generated
3 changes: 0 additions & 3 deletions rustfmt.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,3 @@ trailing_semicolon = false
use_field_init_shorthand = true
format_code_in_doc_comments = true
doc_comment_code_block_width = 100

# Ignore automatically-generated code.
ignore = ["crates/abi/src/bindings"]

0 comments on commit 14bab74

Please sign in to comment.