d2-mode
d2-mode copied to clipboard
Change indentation to 2 instead of 4
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.
It's true that the width is hardcoded currently. I think normally it is a configuration variable in other modes.
Addressed in #52