Skip to content

Commit ef92b76

Browse files
Correct indentation (#733)
Releases: main, 13.4 Co-authored-by: Lina Wolf <[email protected]>
1 parent 18e1bdb commit ef92b76

File tree

1 file changed

+9
-9
lines changed
  • Documentation/ProjectTemplates/GitLabTemplate

1 file changed

+9
-9
lines changed

Documentation/ProjectTemplates/GitLabTemplate/Index.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -93,15 +93,15 @@ This step automatically creates several files that should be added to git:
9393
9494
$ git add .
9595
96-
:file:`composer.lock`
97-
This file contains the information which exact versions of PHP packages
98-
are installed.
99-
:file:`package-lock.json`
100-
This file contains the information which exact versions of npm packages
101-
are installed.
102-
:file:`config/sites/`
103-
Contains configuration and settings of the site that was created during
104-
setup.
96+
:file:`composer.lock`
97+
This file contains the information which exact versions of PHP packages
98+
are installed.
99+
:file:`package-lock.json`
100+
This file contains the information which exact versions of npm packages
101+
are installed.
102+
:file:`config/sites/`
103+
Contains configuration and settings of the site that was created during
104+
setup.
105105

106106
.. _gitlab-template-login:
107107

0 commit comments

Comments
 (0)