abelsiqueira / BestieTemplate.jl

Template for Julia Programming Language packages using the copier engine.
http://abelsiqueira.com/BestieTemplate.jl/
Mozilla Public License 2.0
38 stars 9 forks source link

[Bug] Default indentation level should be 4 spaces #403

Closed oxinabox closed 3 weeks ago

oxinabox commented 1 month ago

Description

This is the ubiquitous default throughout the julia ecosystem

This is specified in

Package Version

v0.9.1

Julia Version

1.10

Reproduction steps

Create a new folder, run BestieTeimplates.generate Observe that it prefills in a default indent of 2.

Relevant log output

julia> using BestieTemplate
...
julia> BestieTemplate.generate("./POC_kinetic/")
  Hi, ❤ Bestie ❤ here.
...
  ❤ Good luck filling the questions, and thanks for choosing BestieTemplate ❤

🎤 Package name (without '.jl')
...
🎤 Indentation length (Used in .JuliaFormatter and other configuration files of formatters and linters if y
   2


### Operating System

Linux
abelsiqueira commented 1 month ago

Makes sense, let's change it.