You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to use kdlfmt for formatting .kdl in Helix but I can't. Helix requires the formatter to print the formatted version to stdout for it to work properly: The formatter must be able to take the original file as input from stdin and write the formatted file to stdout.
Could a new clap flag (like --print) be implemented so that instead of writing to the file directly it prints the formatted version to stdout?