From a13564a8f09ff0948a4dbbd434b7e1700164cdb4 Mon Sep 17 00:00:00 2001 From: xengineering Date: Sat, 22 Apr 2023 17:55:27 +0200 Subject: Convert tabs to four spaces in example recipes Using spaces removes the need to care about the tabwidth of different browsers. --- data/storage/recipes/1/text | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'data/storage/recipes/1/text') diff --git a/data/storage/recipes/1/text b/data/storage/recipes/1/text index ecf26dc..d082bf7 100644 --- a/data/storage/recipes/1/text +++ b/data/storage/recipes/1/text @@ -1,13 +1,13 @@ { - "title":"Very delicious stuff", - "portions": 4, - "url":"https://example.org", - "steps":[ - { - "text":"Bake the frozen pizza!", - "ingredients":[ - {"type":"pizza", "amount":"4 pieces"} - ] - } - ] + "title":"Very delicious stuff", + "portions": 4, + "url":"https://example.org", + "steps":[ + { + "text":"Bake the frozen pizza!", + "ingredients":[ + {"type":"pizza", "amount":"4 pieces"} + ] + } + ] } -- cgit v1.2.3-70-g09d2