mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-20 04:40:09 +01:00
20 lines
288 B
INI
20 lines
288 B
INI
|
|
# To use this config with your editor, follow the instructions at:
|
||
|
|
# http://editorconfig.org
|
||
|
|
|
||
|
|
root = true
|
||
|
|
|
||
|
|
[*]
|
||
|
|
charset = utf-8
|
||
|
|
insert_final_newline = true
|
||
|
|
|
||
|
|
[*.{c,h}]
|
||
|
|
indent_style = space
|
||
|
|
indent_size = 4
|
||
|
|
|
||
|
|
[{Makefile.*,*.mk}]
|
||
|
|
indent_style = tab
|
||
|
|
|
||
|
|
[*.m4]
|
||
|
|
indent_style = space
|
||
|
|
indent_size = 2
|