.editorconfig - Remove broken whitespace rule

Change-Id: I67260f1f1952609dc89834d0763acd732bf39860
Signed-off-by: Galantsev, Dmitrii <dmitrii.galantsev@amd.com>
Dieser Commit ist enthalten in:
Galantsev, Dmitrii
2023-08-21 16:04:10 -05:00
committet von Dmitrii Galantsev
Ursprung 62f01cb150
Commit 548b68cb67
-5
Datei anzeigen
@@ -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}]