All checks were successful
dustin/dynk8s-provisioner/pipeline/head This commit looks good
16 lines
213 B
INI
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
|