We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ba6d56 commit 14bab74Copy full SHA for 14bab74
.gitattributes
@@ -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
5
crates/cheatcodes/assets/*.json linguist-generated
6
testdata/cheats/Vm.sol linguist-generated
rustfmt.toml
@@ -9,6 +9,3 @@ trailing_semicolon = false
9
use_field_init_shorthand = true
10
format_code_in_doc_comments = true
11
doc_comment_code_block_width = 100
12
13
-# Ignore automatically-generated code.
14
-ignore = ["crates/abi/src/bindings"]
0 commit comments