Skip to content

Commit 1e8cbc4

Browse files
PaulRBerggavriliumircea
authored andcommitted
style: apply formatter never expand in Solana IDLs
1 parent 406efce commit 1e8cbc4

File tree

7 files changed

+769
-3286
lines changed

7 files changed

+769
-3286
lines changed

biome.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
},
1818
{
19-
"includes": ["src/evm/releases/**/abi/**/*.ts"],
19+
"includes": ["src/evm/releases/**/abi/**/*.ts", "src/solana/idl/**/*.ts"],
2020
"javascript": {
2121
"formatter": {
2222
"expand": "never" // Never expand objects in the ABI to save number of lines

0 commit comments

Comments
 (0)