Files
rocm-systems/projects/rocm-smi-lib/.editorconfig
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 baris
358 B
INI
Mentah Pandangan Normal Riwayat

2023-06-06 16:49:15 -05:00
# 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
2023-10-31 18:00:37 -05:00
max_line_length = 100