Reindent.
This commit is contained in:
parent
3d0d4d8734
commit
c373dfd769
|
|
@ -2,7 +2,7 @@ root = true
|
|||
|
||||
[*]
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
indent_size = 2
|
||||
end_of_line = lf
|
||||
charset = utf-8
|
||||
trim_trailing_whitespace = true
|
||||
|
|
|
|||
|
|
@ -58,7 +58,6 @@ pipeline {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
stage('build') {
|
||||
steps {
|
||||
dir("source") {
|
||||
|
|
|
|||
Loading…
Reference in New Issue