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: " "