Skip to content

Commit d45f829

Browse files
author
Sine Jespersen
committed
2314: markdown remove indentation for code sections
1 parent f967e44 commit d45f829

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -258,16 +258,16 @@ the coding standard for the project.
258258

259259
- PHP files [PHP Coding Standards Fixer](https://cs.symfony.com/)
260260

261-
```shell
262-
docker compose exec phpfpm composer coding-standards-check
263-
```
261+
```shell
262+
docker compose exec phpfpm composer coding-standards-check
263+
```
264264

265265
- Markdown files (markdownlint standard rules)
266266

267-
```shell
268-
docker run --rm -v .:/app --workdir=/app node:20 npm install
269-
docker run --rm -v .:/app --workdir=/app node:20 npm run coding-standards-check
270-
```
267+
```shell
268+
docker run --rm -v .:/app --workdir=/app node:20 npm install
269+
docker run --rm -v .:/app --workdir=/app node:20 npm run coding-standards-check
270+
```
271271

272272
#### YAML
273273

@@ -281,16 +281,16 @@ To attempt to automatically fix coding style issues
281281

282282
- PHP files [PHP Coding Standards Fixer](https://cs.symfony.com/)
283283

284-
```sh
285-
docker compose exec phpfpm composer coding-standards-apply
286-
```
284+
```sh
285+
docker compose exec phpfpm composer coding-standards-apply
286+
```
287287

288288
- Markdown files (markdownlint standard rules)
289289

290-
```shell
291-
docker run --rm -v .:/app --workdir=/app node:18 npm install
292-
docker run --rm -v .:/app --workdir=/app node:18 npm run coding-standards-apply
293-
```
290+
```shell
291+
docker run --rm -v .:/app --workdir=/app node:18 npm install
292+
docker run --rm -v .:/app --workdir=/app node:18 npm run coding-standards-apply
293+
```
294294

295295
## Tests
296296

0 commit comments

Comments
 (0)