Closed politsin closed 5 years ago
I agree with @mr-troll that this does not seem to make code more debuggable.
1) Here is the place of "make more debuggable" https://github.com/yourivw/LEClient/pull/63/commits/b2c955bda2b761340c889d1a6cdc51cade7e59a3#diff-931d8adf2119d88bde2656344a3685e1R156
2) tabs identation to spaces
- is auto codestyle from IDE
I am wondering whether this actually makes it more debuggable, but I'm not merging a PR changing all the tab indentations for the simple reason that it changes a lot of lines, which will break previous changes since this is already an older PR.
@politsin , If there is some addition to 156 line ($error_post), then please do PL without breaking indentation. "tabs identation" - is subject of preference of project, not linked to any IDE, in most cases tabs are more convenient, than fixed lenght spaces.
Why did you replace all tabs identation to spaces? How it will be more debuggable?