Open jayvdb opened 8 years ago
@Makman2 @jayvdb we can make a function that asks user how to interpret the code according to tabs or spaces and then execute the function in SpaceConsistencyBear seems too easy. If you like then please assign this to me as for me cobot is not working.
GofmtBear
uses tabs for indentation and spaces for alignment, with 8 space tabs, and can not be altered.SpaceConsistencyBear
uses spaces for indentation by default. If if it is configured to use tabs, i should make exactly the same changes asGofmtBear
.So using both together is either problematic (and should emit an error), or redundant processing (and should emit a warning).