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,11 +3,11 @@ title: Watching all the things
date: 2024-03-22
permalink: daily/2024/03/22/watching-all-the-things
tags:
- software-development
- php
- software-development
- php
cta: ~
snippet: |
For some things, I use watch commands. For others, I have integrations in ny text editor.
For some things, I use watch commands. For others, I have integrations in ny text editor.
---
[In yesterday's email][yesterday], I mentioned that I use watch commands such as `nodemon`, `watchexec` and `entr` whilst developing to run commands automatically when I change code.