2a52e3974d
git-subtree-dir: projects/rocm-smi-lib git-subtree-mainline:25536e61begit-subtree-split:7dba992ebd
14 خطوط
358 B
INI
14 خطوط
358 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
|
|
max_line_length = 100
|