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
I would like to disable the creation of the indent.log file. I tried editing the defaultSettings.yaml and using the command line options for latexindent.pl, but it seems like there is not option to disable it completly.
I found a workaround, but i think its kinda ugly. I created a script that calls "latexindent.pl -g /dev/null" and my latex-formatter plugin calls this script instead of latexindent.pl.
With these changes, when i run my script directly into a tex file, the tex file gets idented and occurs the following error: "Can't open /dev/null ...", this solves my problem since the indent.log file is not written anymore and the file is correctly indented, but i think there should be a better solution.
Would anyone have a better solution?
The text was updated successfully, but these errors were encountered:
I would like to disable the creation of the indent.log file. I tried editing the defaultSettings.yaml and using the command line options for latexindent.pl, but it seems like there is not option to disable it completly.
I found a workaround, but i think its kinda ugly. I created a script that calls "latexindent.pl -g /dev/null" and my latex-formatter plugin calls this script instead of latexindent.pl.
With these changes, when i run my script directly into a tex file, the tex file gets idented and occurs the following error: "Can't open /dev/null ...", this solves my problem since the indent.log file is not written anymore and the file is correctly indented, but i think there should be a better solution.
Would anyone have a better solution?
The text was updated successfully, but these errors were encountered: