From e0295d2a045fc79e8e9fe0adaa7ed68b91d24816 Mon Sep 17 00:00:00 2001 From: Lina Wolf <48202465+linawolf@users.noreply.github.com> Date: Wed, 14 May 2025 15:47:06 +0200 Subject: [PATCH] Correct indentation Releases: main, 13.4 --- .../ProjectTemplates/GitLabTemplate/Index.rst | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Documentation/ProjectTemplates/GitLabTemplate/Index.rst b/Documentation/ProjectTemplates/GitLabTemplate/Index.rst index a28d5919..c5175f88 100644 --- a/Documentation/ProjectTemplates/GitLabTemplate/Index.rst +++ b/Documentation/ProjectTemplates/GitLabTemplate/Index.rst @@ -93,15 +93,15 @@ This step automatically creates several files that should be added to git: $ git add . - :file:`composer.lock` - This file contains the information which exact versions of PHP packages - are installed. - :file:`package-lock.json` - This file contains the information which exact versions of npm packages - are installed. - :file:`config/sites/` - Contains configuration and settings of the site that was created during - setup. +:file:`composer.lock` + This file contains the information which exact versions of PHP packages + are installed. +:file:`package-lock.json` + This file contains the information which exact versions of npm packages + are installed. +:file:`config/sites/` + Contains configuration and settings of the site that was created during + setup. .. _gitlab-template-login: