mesa-drm/.editorconfig
Dylan Baker 5f7deb5078 Add meson build system
This patch adds a complete meson build system, including tests and
install. It has the necessary hooks to allow it be used as a subproject
for other meson based builds such as mesa.

Signed-off-by: Dylan Baker <dylan.c.baker@intel.com>
Reviewed-and-tested-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
2018-01-12 09:40:48 -08:00

23 lines
360 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
[{meson.build,meson_options.txt}]
indent_style = space
indent_size = 2