Skip to content

Commit 14bab74

Browse files
authoredJan 26, 2024
chore: update .gitattributes and rustfmt.toml (#6909)
1 parent 8ba6d56 commit 14bab74

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed
 

‎.gitattributes

-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,2 @@
1-
# auto-detection may fail for human-readable files, like the ones in abi/abi/*.sol
2-
**/*.sol linguist-language=Solidity
3-
4-
crates/abi/src/bindings/*.rs linguist-generated
51
crates/cheatcodes/assets/*.json linguist-generated
62
testdata/cheats/Vm.sol linguist-generated

‎rustfmt.toml

-3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,3 @@ trailing_semicolon = false
99
use_field_init_shorthand = true
1010
format_code_in_doc_comments = true
1111
doc_comment_code_block_width = 100
12-
13-
# Ignore automatically-generated code.
14-
ignore = ["crates/abi/src/bindings"]

0 commit comments

Comments
 (0)
Please sign in to comment.