Skip to content

Commit daa776f

Browse files
committed
Mark tab-character support off the TODO list
1 parent 4be8b76 commit daa776f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 0.3.0 - Handle tab characters gracefully
2+
3+
Added:
4+
5+
- Detect and clean up inconsistent use of tab and space characters, according to
6+
editor settings.
7+
- Reflow tab characters according to their proper visual width.
8+
19
## 0.2.0 - Fixes for various list issues
210

311
Fixed:

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,5 @@ You can also use the "Reflow Selection Magically" context menu option, or the
3737
## Future Work
3838

3939
- Support for paragraphs with leading indentation
40-
- Support for tab characters (visual length is hard to compute, sorry :/)
4140
- Support for ASCII-art tables (a la org-mode)
4241
- Ignore code fences (a la Doxygen comments, markdown, etc.)

0 commit comments

Comments
 (0)