hyperledger / solang

Solidity Compiler for Solana and Polkadot
https://solang.readthedocs.io/
Apache License 2.0
1.25k stars 208 forks source link

Format source code #1541

Closed chioni16 closed 11 months ago

chioni16 commented 11 months ago

We are importing forge-fmt for two reasons:

This feature is enabled with the help of forge-fmt.

Cc: @gakonst @DaniPopes

mattsse commented 11 months ago

hey @chioni16 sorry for being unresponsive

I think we can make this work, so that forge-fmt is available as crate

mattsse commented 11 months ago

@chioni16 @seanyoung

published https://crates.io/crates/forge-fmt

lmk if anything is missing

seanyoung commented 11 months ago

Thank you @chioni16 and @mattsse!