summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2023-04-22 17:55:27 +0200
committerxengineering <me@xengineering.eu>2023-04-22 17:55:27 +0200
commita13564a8f09ff0948a4dbbd434b7e1700164cdb4 (patch)
treee6bba6f4b600ecb014a0eba1c5a2596cc5adb81a
parent17f2abc3961fb854fb127f6b99c30ebb494b8e3d (diff)
downloadceres-a13564a8f09ff0948a4dbbd434b7e1700164cdb4.tar
ceres-a13564a8f09ff0948a4dbbd434b7e1700164cdb4.tar.zst
ceres-a13564a8f09ff0948a4dbbd434b7e1700164cdb4.zip
Convert tabs to four spaces in example recipes
Using spaces removes the need to care about the tabwidth of different browsers.
-rw-r--r--data/storage/recipes/0/text38
-rw-r--r--data/storage/recipes/1/text22
2 files changed, 30 insertions, 30 deletions
diff --git a/data/storage/recipes/0/text b/data/storage/recipes/0/text
index 5a6aeb8..aeee825 100644
--- a/data/storage/recipes/0/text
+++ b/data/storage/recipes/0/text
@@ -1,21 +1,21 @@
{
- "title":"Some delicious food",
- "portions": 4,
- "url":"https://example.org",
- "steps":[
- {
- "text":"Prepare vegetables.",
- "ingredients":[
- {"type":"carrot", "amount":"3 pieces"},
- {"type":"tomato", "amount":250}
- ]
- },
- {
- "text":"Cook those vegetables",
- "ingredients":[
- {"type":"water", "amount":null},
- {"type":"salt", "amount":null}
- ]
- }
- ]
+ "title":"Some delicious food",
+ "portions": 4,
+ "url":"https://example.org",
+ "steps":[
+ {
+ "text":"Prepare vegetables.",
+ "ingredients":[
+ {"type":"carrot", "amount":"3 pieces"},
+ {"type":"tomato", "amount":250}
+ ]
+ },
+ {
+ "text":"Cook those vegetables",
+ "ingredients":[
+ {"type":"water", "amount":null},
+ {"type":"salt", "amount":null}
+ ]
+ }
+ ]
}
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"}
+ ]
+ }
+ ]
}