Please consider stripping leading whitespace from the start of multiline comments

Issue #519 wontfix
Russell Owen created an issue

Formatting comments that look good in text libraries and also in the visual IDE is a bit tricky because in text I prefer to indent additional lines so the comments do not break up the visual flow of the code. But in the IDE the comments look weird because of the extra indentation. Please consider stripping leading whitespace from each line of a comment and adding it when exporting libraries.

Comments (2)

  1. Log in to comment