JuliaBesties / BestieTemplate.jl

Template for Julia Programming Language packages using the copier engine.
http://JuliaBesties.github.io/BestieTemplate.jl/
Mozilla Public License 2.0
43 stars 9 forks source link

Split indentation into JuliaIndentation, MarkdownIndentation, ConfigIndentation #460

Closed abelsiqueira closed 4 days ago

abelsiqueira commented 4 weeks ago

Description

JuliaIndentation default should be 4. ConfigIndentation should default to 2 because the workflow YMLs look much better. I don't know a default for MarkdownIndentation yet, but I am thinking of using 2.

Validation and testing

No response

Motivation

Part of #424. Will help for #445. It should also help - maybe it's not sufficient - to make pre-commit pass immediately for the recommended setting.

Target audience

No response

Can you help?

No response