klefki/.editorconfig
Jared Allard a0c82943d5
Some checks failed
tests / golangci-lint (push) Failing after 29s
tests / go test (push) Failing after 47s
chore: initial commit w/ stencil
2025-02-13 18:01:03 -08:00

12 lines
185 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = tab
# yaml is forced to use spaces :/
[*.{yml,yaml}]
indent_style = space
indent_size = 2