-
Notifications
You must be signed in to change notification settings - Fork 166
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change the methodology for handling indentation
Indentation is left alone until after lines have been split into fields. We then find the common indent remaining in the 1st field of each line that will be affected by the align operation (for GTabularize, non-matching lines don't factor in here). Also, blank lines don't affect the calculation of longest common indent. Before calculation of field widths, leading indent is stripped from all fields, and after the fields have been joined back together we re-add the common indent that was stripped earlier.
- Loading branch information
Showing
1 changed file
with
42 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters