help: Exchange all indentations to spaces and remove trailing ws#3193
help: Exchange all indentations to spaces and remove trailing ws#3193JoeKar merged 4 commits intomicro-editor:masterfrom
Conversation
Yes and before it was a wild mixture of different approaches. The reason for using 2 spaces instead of 3 was it has base 2, which helps in the moment you work with
Yes and this in combination with
I used spaces in the whole file to keep it consistent. In case of trouble we can change it again.
Done. |
I don't think this is enough justification for changing the existing style.
While the currently used format (with 3 spaces) is easier to read (at least for me). Honestly I see no reasons why need to change the current style. |
|
It is not always 3 sometimes it is 2. If first word started from ` it will be 3 otherwise 2 |
Consistency. |
Yes, and it makes sense for readability actually. |
|
Thanks, now this PR does just what it says in the title, no extra ambitious changes. |
7b929fa to
3440172
Compare
3440172 to
3f5a274
Compare
Co-authored-by: Jöran Karl <3951388+JoeKar@users.noreply.github.com>
- removed some superfluous whitespaces - add a line break in before an link - corrected one typo
3f5a274 to
3186e07
Compare


To hopefully cleanup the mess.
It can be discussed, if tabs are preferred.