38c60ff90b
NOTE: RVS Build is disabled by default due to CI build issues.
Change-Id: I1593f0fe22075a9f86f54afa3ac151e109f1f7bd
Signed-off-by: Galantsev, Dmitrii <dmitrii.galantsev@amd.com>
[ROCm/rdc commit: eaa1862a80]
23 Zeilen
446 B
INI
23 Zeilen
446 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
|
|
|
|
# Matches multiple files with brace expansion notation
|
|
# Set default charset
|
|
[*.{c,cc,cpp,h,hh,hpp}]
|
|
charset = utf-8
|
|
indent_style = space
|
|
indent_size = 2
|
|
|
|
[*.py]
|
|
indent_style = space
|
|
indent_size = 4
|
|
|
|
[*.proto]
|
|
charset = utf-8
|
|
indent_style = space
|
|
indent_size = 2
|
|
|