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}]