From a0b6940fdd8e7d3b5bcca842c011bd5f52fd5bcc Mon Sep 17 00:00:00 2001 From: "Galantsev, Dmitrii" Date: Wed, 6 Sep 2023 10:20:43 -0500 Subject: [PATCH] .editorconfig - Remove whitespace rule Change-Id: Ia928dcb49fc094889784a0afcbc4abbe35bd59c7 Signed-off-by: Galantsev, Dmitrii [ROCm/rdc commit: 824056b0be3e9578f924c20b9f2e54e8c5b51f41] --- projects/rdc/.editorconfig | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/projects/rdc/.editorconfig b/projects/rdc/.editorconfig index 8aa31f189a..ad8d825fc2 100644 --- a/projects/rdc/.editorconfig +++ b/projects/rdc/.editorconfig @@ -7,7 +7,6 @@ root = true # Unix-style newlines with a newline ending every file and no stray whitespaces [*] end_of_line = lf -trim_trailing_whitespace = true # Matches multiple files with brace expansion notation # Set default charset @@ -15,3 +14,7 @@ trim_trailing_whitespace = true charset = utf-8 indent_style = space indent_size = 4 + +[*.py] +indent_style = space +indent_size = 4