Codebase list libdrm / da81c5f1-6931-43f4-a432-8e9a66573564/main .editorconfig
da81c5f1-6931-43f4-a432-8e9a66573564/main

Tree @da81c5f1-6931-43f4-a432-8e9a66573564/main (Download .tar.gz)

.editorconfig @da81c5f1-6931-43f4-a432-8e9a66573564/mainraw · history · blame

# 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

[{meson.build,meson_options.txt}]
indent_style = space
indent_size = 2