diff --git a/.editorconfig b/.editorconfig index 31cface..b9bb9c4 100644 --- a/.editorconfig +++ b/.editorconfig @@ -24,6 +24,7 @@ indent_size = unset [*.adml] indent_size = unset +indent_style = unset trim_trailing_whitespace = unset [*.admx] @@ -50,4 +51,3 @@ indent_size = 1 indent_size = none end_of_line = unset insert_final_newline = unset - diff --git a/Dockerfile b/Dockerfile index ea6d304..778f8a9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1 +1 @@ -FROM plus3it/tardigrade-ci:0.25.0 +FROM plus3it/tardigrade-ci:0.25.3