TextBlock noindent - #158
Conversation
|
ok, all those random space changes are because when I checkout the GenerateTestFiles, git replaces its starting spaces with tabs, including in the textblock ; but once placed in comment, the now-tab spacing is no more replaced with spaces because it's not starting anymore. Its not a problem for the decoration spaces, which are discarded at compile time, but for that one line that is indented it becomes a issue. |
|
okay I removed the smudge part from the git config script, this leads to less code changed.
|
|
Okay, sounds nice for me. Are you happy? Can I merge? |
|
Yeah, I have a lot less changes to undo when committing so I'm pretty happy. |
fix the formatter adding arbitrary spaces/indentation in a text block