Skip to content

Commit e0295d2

Browse files
authored
Correct indentation
Releases: main, 13.4
1 parent d230557 commit e0295d2

File tree

1 file changed

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

1 file changed

+9
-9
lines changed

Documentation/ProjectTemplates/GitLabTemplate/Index.rst

+9-9
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)