From ccc19b1d505a1de48ba2a1ab853f72c837921179 Mon Sep 17 00:00:00 2001 From: Abel Soares Siqueira Date: Tue, 14 May 2024 15:28:39 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20Add=20default=20to=20inde?= =?UTF-8?q?ntation=20parameter?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Set default indentation to 2 and fix the description as well. ✅ Closes: #72 --- copier.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/copier.yml b/copier.yml index 163df8b2..4b9f04cc 100644 --- a/copier.yml +++ b/copier.yml @@ -41,8 +41,9 @@ AddCodeOfConduct: Indentation: type: int - help: Indentation for JuliaForm + help: Indentation length for many formatters and linters validator: "{% if Indentation <= 0 %}Indentation must be positive{% endif %}" + default: 2 AddMacToCI: type: bool