0478d53e23
Similar to I879b21428e6642f19fda67092b365d8b78b7ba7b. Main CMake improvements: * Add rsmitst with -DBUILD_TESTS=ON * Package tests into rocm-smi-lib-tests.deb and .rpm * Note - this breaks build_rsmitst.sh Misc improvements: * Add .editorconfig to normalize code formatting * Export compile_commands.json * Remove gtest source and pull from github instead Change-Id: Ib87ed4a5acd9f78badae6d028e5ff3d4f56dafc2 Depends-On: I8b26795471ad1432c805e45d8b58d7bb34abfcfc Signed-off-by: Galantsev, Dmitrii <dmitrii.galantsev@amd.com>
18 righe
470 B
INI
18 righe
470 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
|
|
trim_trailing_whitespace = 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
|