Age | Commit message (Collapse) | Author | Files | Lines |
|
Change from previous:
0.10
- Robustify some regexes against warnings.
|
|
|
|
Upstream changes:
0.09
- Add vim-commands output.
|
|
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
|
|
Upstream changes:
0.08
- Handle case where hash keys and values are indented by braces pos + 1
(CHORNY)
- Check if indent level is same on next line and slightly increase probability of
current indent type. Should be faster too. (CHORNY)
- Add option 'first_level_indent_only' to check only indent where previous line
is empty. (CHORNY)
|
|
This is a module that attempts to intuit the underlying indent "policy" for
a text file (most likely a source code file).
|