Closed terlar closed 2 weeks ago
Currently the indentation is using 4 spaces, which is not aligned with d2 fmt (which is using 2 spaces).
d2 fmt
Perhaps we should change to align or make it configurable.
It's true that the width is hardcoded currently. I think normally it is a configuration variable in other modes.
Addressed in #52
Currently the indentation is using 4 spaces, which is not aligned with
d2 fmt
(which is using 2 spaces).Perhaps we should change to align or make it configurable.