Files
basementhud/.editorconfig
Dustin C. Hatch 49dbcec904
Some checks failed
dustin/basementhud/pipeline/pr-master There was a failure building this commit
wip: ci: run in kubernetes
2022-11-25 16:35:29 -06:00

12 lines
162 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[Jenkinsfile]
indent_style = space
indent_size = 4