Files
Android11/external/igt-gpu-tools/.editorconfig
2023-10-13 14:01:41 +00:00

15 lines
222 B
INI

# 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