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,10 +3,10 @@ title: Write once, manage forever
date: 2024-01-26
permalink: daily/2024/01/26/write-once-manage-forever
snippet: |
I wrote my Build Configs project so I only write a file once, but can re-use it as many times as needed.
I wrote my Build Configs project so I only write a file once, but can re-use it as many times as needed.
tags:
- software-development
- automation
- software-development
- automation
---
I built my [Build Configs] tool because I only wanted to write a file once and re-use it instead of writing it over again or copying and pasting between projects.