diff --git a/tools/build/.editorconfig b/tools/build/.editorconfig index 33092d4928..954cb72e8f 100644 --- a/tools/build/.editorconfig +++ b/tools/build/.editorconfig @@ -2,12 +2,21 @@ root = true [*] -indent_style = space -indent_size = 2 +indent_style = tab end_of_line = lf charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true +[*.yml] +indent_style = space +indent_size = 2 + +[*.py] +indent_style = space + [*.md] -max_line_length = 80 +trim_trailing_whitespace = false + +[Dockerfile] +indent_style = space \ No newline at end of file