Consistent indentation

This was done by executing this command:

```
find src -type f -name '*.rst' -exec sed -Ei 's/^  :/    :/g' {} \;
```
This commit is contained in:
Oliver Davies 2024-05-10 22:40:24 +02:00
parent 4de38d0276
commit ad467a8700
10 changed files with 320 additions and 320 deletions

View file

@ -6,7 +6,7 @@ Dockerfile.twig
===============
.. code-block:: twig
:linenos:
:linenos:
FROM php:{{ php.version }} AS base