Skip to content
This repository was archived by the owner on Nov 23, 2025. It is now read-only.
This repository was archived by the owner on Nov 23, 2025. It is now read-only.

Indent.log from latexindent.pl #3

Description

@paulohaacke

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions