+Ch0pin
+Ch0pin
When I run `git difftool` in my repo with a markdown file, it produces `Error: Unsupported filetype "md"` - is this expected?
I'd maybe restructure the book so that the cheatsheet comes first in the intro, and then links out to the other sections to get more granular?
Yep go for it - trust your judgment, also wouldn't be afraid of refactoring/reordering things already in the book
Formatter is complete now and has a few configuration options under `[fmt]` for foundry toml
Also the disabling stuff ``` // forgefmt: disable-next-item // forgefmt: disable-next-line // forgefmt: disable-start // forgefmt: disable-end ```
Yeah, this is now something we'd want as a tutorial for `forge script`, e.g. https://github.com/joshieDo/v3-core/blob/main/deploy/deploy.sol
Up to you! Ideally we have more than one example which starts simple and incrementally gets more complex.
Here's one idea: 1. We autoload `.env` if present (does this still work on Windows?) to set env vars 2. We allow the `env("")` syntax inside `foundry.toml`. Before running anything,...
@onbjerg curious for any strong opinions re: my comment above?
I'm :+1: with calling it `${ENV}`