You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New target pretty to run code prettifiers on the source files in the current directory.
Currently, only latexindent has built-in support. By default, make pretty runs latexindent -l -wd -s for each .tex file. Target files of the prettifier can be configurable by setting LATEXINDENT_TARGET, for example, LATEXINDENT_TARGET = *.tex *.sty. Note that probably the user wants to customize latexindent local settings (in localSettings.yaml or latexindent.yaml), like defaultIndent and onlyOneBackUp. (#22)
Configurable target files for linters, by CHKTEX_TARGET etc. (20f7bc9)