dev bits
All checks were successful
/ Renovate (push) Successful in 7m28s

This commit is contained in:
Joseph Hanson 2025-01-02 06:01:44 -06:00
parent 6c553bdeed
commit 74f4ffd53c
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o
2 changed files with 18 additions and 0 deletions

16
.editorconfig Normal file
View file

@ -0,0 +1,16 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 2
charset = utf-8
trim_trailing_whitespace = true
[*.{yaml,yml,json5}]
indent_style = space
indent_size = 2
[*.md]
indent_size = 4
trim_trailing_whitespace = false

2
mise.toml Normal file
View file

@ -0,0 +1,2 @@
[tools]
act = "latest"