Change to two spaces

This commit is contained in:
Oliver Davies 2024-09-08 23:09:54 +01:00
parent 2537fe2052
commit ed60ab964c
556 changed files with 2252 additions and 2252 deletions

View file

@ -3,13 +3,13 @@ title: Don't run code formatting in your CI pipeline
date: 2024-07-29
permalink: daily/2024/07/29/dont-run-code-formatting-in-your-ci-pipeline
tags:
- software-development
- continuous-integration
- pipelines
- git
- software-development
- continuous-integration
- pipelines
- git
cta: ~
snippet: |
Why I don't run code formatting tools in my CI pipelines.
Why I don't run code formatting tools in my CI pipelines.
---
Something I commonly used to see, and did myself, was running code formatting tools, such as PHP CS Fixer or prettier, automatically their CI pipeline.