cmhughes / latexindent.pl

Perl script to add indentation (leading horizontal space) to LaTeX files. It can modify line breaks before, during and after code blocks; it can perform text wrapping and paragraph line break removal. It can also perform string-based and regex-based substitutions/replacements. The script is customisable through its YAML interface.
GNU General Public License v3.0
884 stars 84 forks source link

Adds `NiceTabular` env from the nicematrix package #358

Closed yzhang-gh closed 2 years ago

yzhang-gh commented 2 years ago

Many thanks for your latexindent package!

I can see that nicematrix has already been supported by default, but the NiceTabular environment was not added. Not sure whether there is any concern here? (I have tested it with a localSettings.yaml and it seems to work well.)

github-actions[bot] commented 2 years ago

Thank you for your contribution! Please can you change this pull request so that it goes to the develop branch? Thank you

cmhughes commented 2 years ago

Great, many thanks, that's really helpful.

I'll merge this into the develop branch, and then it will be part of the next release :)

Thanks again!

cmhughes commented 2 years ago

Thanks again :) released at https://github.com/cmhughes/latexindent.pl/releases/tag/V3.17.2