From a1a007134c0fc23cdbddfb52b552934fbcdf6303 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Tue, 7 Jan 2025 06:44:10 -0800 Subject: [PATCH] style: Break long Lorem Ipsum text into multiple lines to comply with line length limit --- aider/mdstream.py | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/aider/mdstream.py b/aider/mdstream.py index 495f079ed..2a992fe9b 100755 --- a/aider/mdstream.py +++ b/aider/mdstream.py @@ -13,7 +13,14 @@ from aider.dump import dump # noqa: F401 _text_prefix = """ # Header -Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. +Lorem Ipsum is simply dummy text of the printing and typesetting industry. +Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, +when an unknown printer took a galley of type and scrambled it to make a type +specimen book. It has survived not only five centuries, but also the leap into +electronic typesetting, remaining essentially unchanged. It was popularised in +the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, +and more recently with desktop publishing software like Aldus PageMaker +including versions of Lorem Ipsum.