You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Old behavior: tab_spaces represented the # of hard-tabs per indentation level.
New behavior: When using tabs for indentation, tab_spaces represents the visual width of a hard-tab (you can configure the display size of a hard-tab in your code editor), but one level of indentation will always result as a single \t character in your source code. The max_width configuration takes the tab_spaces configuration into account when calculating how much remaining space is left.
Bug Fixes
[breaking] Use view! indentation settings when formatting syn expression (#141)
Use 'tab_spaces' for size of hard tabs instead of hardcoded 4 (#143)