From e231f2be95092edeb9fdef8644d3703c56656433 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 22 Aug 2017 21:26:11 +0000 Subject: latexindent (22aug17) git-svn-id: svn://tug.org/texlive/trunk@45098 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/texlive/linked_scripts/latexindent/latexindent.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Build/source/texk/texlive/linked_scripts/latexindent/latexindent.pl') diff --git a/Build/source/texk/texlive/linked_scripts/latexindent/latexindent.pl b/Build/source/texk/texlive/linked_scripts/latexindent/latexindent.pl index bafa1790e46..b2d9da3a032 100755 --- a/Build/source/texk/texlive/linked_scripts/latexindent/latexindent.pl +++ b/Build/source/texk/texlive/linked_scripts/latexindent/latexindent.pl @@ -1,5 +1,5 @@ #!/usr/bin/env perl -# latexindent.pl, version 3.2.2, 2017-06-28 +# latexindent.pl, version 3.3, 2017-08-21 # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -35,6 +35,7 @@ GetOptions ( "trace|t"=>\$switches{trace}, "ttrace|tt"=>\$switches{ttrace}, "local|l:s"=>\$switches{readLocalSettings}, + "yaml|y=s"=>\$switches{yaml}, "onlydefault|d"=>\$switches{onlyDefault}, "overwrite|w"=>\$switches{overwrite}, "outputfile|o=s"=>\$switches{outputToFile}, -- cgit v1.2.3