RobertGummesson / BuildTimeAnalyzer-for-Xcode

Build Time Analyzer for Swift
MIT License
4.3k stars 260 forks source link

* refactoring #87

Closed adamnemecek closed 6 years ago

RobertGummesson commented 6 years ago

I am not convinced that it's a good idea to remove the white space on empty lines. If you would auto indent with Xcode, those will be changed back to their original state.

adamnemecek commented 6 years ago

There is an Xcode option that is currently broken that will trim trailing white space . I hope they fix it soon.

RobertGummesson commented 6 years ago

Another reason why I think it makes sense to keep the current white space indentation. If you revert the indentation change for whitespace only lines, I could accept the other changes.