No Tabs
View SourceLines should not start with tab characters; spaces should be used for indentation.
Quick fix
Use an Erlang code formatter that enforces strict rules for tab vs. space indentation.
Options
- None.
Example configuration
{elvis_text_style, no_tabs, #{}}