aosp12/external/igt-gpu-tools/.editorconfig

15 lines
222 B
INI
Raw Normal View History

2023-01-09 17:11:35 +08:00
# To use this config in your editor, follow the instructions at:
# http://editorconfig.org
root = true
[*]
tab_width = 8
[{Makefile*,*.mk}]
indent_style = tab
[*.{c,h,cpp,hpp,cc,hh}]
indent_style = tab
indent_size = 8