diff --git a/linters/indentconfig.yaml b/linters/indentconfig.yaml index 9aac033..c8b8a45 100644 --- a/linters/indentconfig.yaml +++ b/linters/indentconfig.yaml @@ -79,4 +79,8 @@ specialBeginEnd: begin: '\\While' end: '\\EndWhile' lookForThis: 1 + Repeat: + begin: '\\Repeat' + end: '\\Until' + lookForThis: 1 specialBeforeCommand: 1