From dcf435d52a8597e102af780002b13bc026842714 Mon Sep 17 00:00:00 2001 From: SandPoot Date: Tue, 12 Mar 2024 22:32:07 -0300 Subject: [PATCH] maybe you can annoy less like this? --- tools/build/.editorconfig | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) 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