Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tab width should always be the configured indentation width
`tab_width()` should return the configured indentation width to appear visually as the correct size regardless of the mode's configured indentation unit. This resolves the issue were tabs appear as single width character rather the configured indentation width in modes who's indentation unit is spaces.
- Loading branch information