-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Open
Labels
T-bugType: bugType: bugT-needs-triageType: this issue needs to be labelledType: this issue needs to be labelled
Description
Component
Forge
Have you ensured that all of these are up to date?
- Foundry
- Foundryup
What version of Foundry are you on?
forge Version: 1.5.0-stable
What version of Foundryup are you on?
foundryup: 1.4.0
What command(s) is the bug in?
forge fmt
Operating System
Linux
Describe the bug
I want to use an import statement like this:
import * as Owner from "../../access/Owner/Owner.sol";But forge fmt reformats it to this:
import "../../access/Owner/Owner.sol" as Owner;I don't want that. What is the best way to prevent this? Or can this be changed or configured?
Metadata
Metadata
Assignees
Labels
T-bugType: bugType: bugT-needs-triageType: this issue needs to be labelledType: this issue needs to be labelled
Type
Projects
Status
Backlog