Open
Description
Summary
Every time I run dev
my VSCode sidebar looks like this, even if I haven't changed anything about my schema:

This happens because I use prettier, which formats files differently than the codegen.
Proposed Solution
If there is a prettier config file in the folder or a parent folder, run prettier over the generated code with the actual config to avoid unnecessary git diffs.