sirbrillig / linter-mixed-indent

Atom linter plugin to mark lines that have differing indentation
MIT License
0 stars 0 forks source link

Breaks autoindent #13

Closed gregplaysguitar closed 7 years ago

gregplaysguitar commented 7 years ago

With this linter enabled, the editor always defaults to the global indentation setting rather than the per-language setting when opening a file. When the file is saved the indentation is corrected. It also stops the auto-detect-indentation package from working.

Arcanemagus commented 7 years ago

Are you sure that it is this package? There is nothing in the code here that should be causing the behavior you describe. The only thing this does is call out to mixedindentlint with the contents of the file, and then transform the results into a format that Linter understands.

gregplaysguitar commented 7 years ago

Sorry, I thought I had pinned it on this package but now it's happening again with it disabled.