Skip to content

Commit

Permalink
fix: πŸ› Add default to indentation parameter
Browse files Browse the repository at this point in the history
Set default indentation to 2 and fix the description as well.

βœ… Closes: #72
  • Loading branch information
abelsiqueira committed May 15, 2024
1 parent f1ebb06 commit ccc19b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion copier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ccc19b1

Please sign in to comment.