c5ba765be0
Change-Id: Ie706473ff92a91b19e95d2d58f64904cad73a89a
Signed-off-by: Charis Poag <Charis.Poag@amd.com>
[ROCm/amdsmi commit: 6132074089]
17 خطوط
387 B
INI
17 خطوط
387 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
|
|
|
|
[*.py]
|
|
indent_style = space
|
|
|
|
# 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
|