Files
dynk8s-provisioner/.editorconfig
Dustin C. Hatch c8e0fe1256
All checks were successful
dustin/dynk8s-provisioner/pipeline/head This commit looks good
ci: Begin Jenkins build pipeline
2022-09-10 10:30:54 -05:00

16 lines
213 B
INI

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