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:
parent
4de38d0276
commit
ad467a8700
10 changed files with 320 additions and 320 deletions
|
@ -6,7 +6,7 @@ Dockerfile.twig
|
|||
===============
|
||||
|
||||
.. code-block:: twig
|
||||
:linenos:
|
||||
:linenos:
|
||||
|
||||
FROM php:{{ php.version }} AS base
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue