mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-01-16 05:16:08 +02:00
dfd947b7e1
* update go version * fix go vet errors * replaces stringutils with slices std package * added slices package * 1.22.4 to 1.23.4 --------- Co-authored-by: Valentin <valentin.uchkunev@sap.com>
27 lines
520 B
INI
27 lines
520 B
INI
# EditorConfig is awesome: http://EditorConfig.org
|
|
|
|
# top-most EditorConfig file
|
|
root = true
|
|
|
|
# Unix-style newlines with a newline ending every file
|
|
[*]
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
indent_style = space
|
|
indent_size = 4
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
[*.{yml,yaml,md}]
|
|
indent_size = 2
|
|
[*.png]
|
|
indent_style = none
|
|
indent_size = none
|
|
[LICENSE]
|
|
indent_style = none
|
|
indent_size = none
|
|
[cfg/id_rsa.enc]
|
|
indent_style = none
|
|
indent_size = none
|
|
[{go.mod,go.sum,*.go,*.golden}]
|
|
indent_style = tab
|