From f728cd77082fc2f49f3406371187aa78c5d343c4 Mon Sep 17 00:00:00 2001
From: Andri Joos <andri@joos.io>
Date: Fri, 22 Nov 2024 22:39:13 +0100
Subject: [PATCH] remove formatting for titleformat and titlespacing

---
 settings.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/settings.yaml b/settings.yaml
index 7780b57..8da8b18 100644
--- a/settings.yaml
+++ b/settings.yaml
@@ -115,6 +115,8 @@ verbatimEnvironments:
 verbatimCommands:
   verb: 1
   lstinline: 1
+  titleformat: 1 # Couldn't find another solution to prevent intending following lines, but is not a good fix, as it is not a verbatim command
+  titlespacing: 1 # Couldn't find another solution to prevent intending following lines, but is not a good fix, as it is not a verbatim command
 
 #  no indent blocks (not necessarily verbatim
 #  environments) which are marked as %\begin{noindent}
-- 
GitLab