astrale-sharp
astrale-sharp
Content blocs are space sensitive but not indent sensitive :sunglasses: `[a]` to `[ a ]` isn't okay but `[ a ]` to `[ a ]` is as well as the...
it shows as is but the left one has 4 spaces total and the right one has 2 spaces total, I don't know why it doesn't show on github EDIT...
My point exactly then, are you convinced? knowing this which do you think is the prettiest, one or two indents in this case?
the program doesn't break the line in the cases you mentioned, it only modifies the space if it's there `#[lore eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeem]` becomes ``` #[lore eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeem] ```
To me ``` a#f[some content]b ``` becomes ``` a #f[some content]b ``` I didn't understand you were talking about that space, i thought you were talking about a linebreak elsewhere,...