From 7d96f95fb218beaf2f858d472850127465ed9d33 Mon Sep 17 00:00:00 2001 From: "Galantsev, Dmitrii" Date: Mon, 21 Aug 2023 16:04:10 -0500 Subject: [PATCH] .editorconfig - Remove broken whitespace rule Change-Id: I67260f1f1952609dc89834d0763acd732bf39860 Signed-off-by: Galantsev, Dmitrii [ROCm/rocm_smi_lib commit: 548b68cb67834ff8d401d76f581bd367a497d1ab] --- projects/rocm-smi-lib/.editorconfig | 5 ----- 1 file changed, 5 deletions(-) diff --git a/projects/rocm-smi-lib/.editorconfig b/projects/rocm-smi-lib/.editorconfig index 3e3944a39c..86ca34a181 100644 --- a/projects/rocm-smi-lib/.editorconfig +++ b/projects/rocm-smi-lib/.editorconfig @@ -4,11 +4,6 @@ # top-most EditorConfig file 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 [*.{c,cc,cpp,h,hh,hpp}]