From 0750c45111dcafb479933577aa945609a0dde785 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Fri, 6 Jun 2025 10:59:16 +0200 Subject: [PATCH] [latexfmt] Finish up latexindent config --- config/lint/latexfmt.yaml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/config/lint/latexfmt.yaml b/config/lint/latexfmt.yaml index bbd8f47..007ffc0 100644 --- a/config/lint/latexfmt.yaml +++ b/config/lint/latexfmt.yaml @@ -1 +1,31 @@ +# Use spaces for indent (because f*k tabs) defaultIndent: " " + +# Limit Number of backups +maxNumberOfBackups: 3 + +indentRules: + recall: " " + remarks: " " + guides: " " + properties: " " + restrictions: " " + limitations: " " + terms: " " + notation: " " + usage: " " + task: " " + proof: " " + general: " " + simplebox: " " + definition: " " + theorem: " " + lemma: " " + corollary: " " + axiom: " " + fact: " " + proposition: " " + example: " " + formula: " " + conjugation: " " + forms: " "