a0b6940fdd
Change-Id: Ia928dcb49fc094889784a0afcbc4abbe35bd59c7
Signed-off-by: Galantsev, Dmitrii <dmitrii.galantsev@amd.com>
[ROCm/rdc commit: 824056b0be]
21 lines
483 B
INI
21 lines
483 B
INI
# EditorConfig standardizes spacing in all editors: https://EditorConfig.org
|
|
# Please get a plugin for your editor to match the formatting
|
|
|
|
# top-most EditorConfig file
|
|
root = true
|
|
|
|
# Unix-style newlines with a newline ending every file and no stray whitespaces
|
|
[*]
|
|
end_of_line = lf
|
|
|
|
# Matches multiple files with brace expansion notation
|
|
# Set default charset
|
|
[*.{c,cc,cpp,h,hh,hpp}]
|
|
charset = utf-8
|
|
indent_style = space
|
|
indent_size = 4
|
|
|
|
[*.py]
|
|
indent_style = space
|
|
indent_size = 4
|