Conversation
|
Local OSX tests are ok: Windows has to be evaluated ... // EDIT: fixed by enforcing line endings to LF |
83685c0 to
8ff0b9e
Compare
c1c5196 to
065a9b2
Compare
mkessler001
left a comment
There was a problem hiding this comment.
I added some comments.
Another thing that came to my mind: wouldn't it be possible to show warnings BEFORE a file is formatted?
f310d60 to
7a71194
Compare
7a71194 to
2321180
Compare
|
One last thing before we merge this: Should the comment block at the end of a line also be considered for its length? The semicolon is in character position 79, and the space is in position 80. However, the diagnosis shows a warning as the line exceeds 80 characters (current 97). Is that valid? |
I think so it's correct, because... So I would say yes, diagnostic is showing the correct number :). And of course if you change it to spaces, then the number is re-calculated correctly. So are we ready? |
80chars as a default line length8tabs or8spaces