From 00fdc4ed9ec51dc05437baf394ee9200a85f2b1f 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 b89b32e9..badc6484 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: