mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2024-11-24 02:34:17 +08:00
7ee94d1b21
The most canonical indentation-style here is two spaces, which is what the standard boilerplate in all documents use. So let's normalize to that. Reviewed-by: Eric Engestrom <eric@engestrom.ch> Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3443> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3443>
45 lines
641 B
INI
45 lines
641 B
INI
# To use this config on you editor, follow the instructions at:
|
|
# http://editorconfig.org
|
|
|
|
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
insert_final_newline = true
|
|
tab_width = 8
|
|
|
|
[*.{c,h,cpp,hpp,cc,hh}]
|
|
indent_style = space
|
|
indent_size = 3
|
|
max_line_length = 78
|
|
|
|
[{Makefile*,*.mk}]
|
|
indent_style = tab
|
|
|
|
[{*.py,SCons*}]
|
|
indent_style = space
|
|
indent_size = 4
|
|
|
|
[*.pl]
|
|
indent_style = space
|
|
indent_size = 4
|
|
|
|
[*.m4]
|
|
indent_style = space
|
|
indent_size = 2
|
|
|
|
[*.yml]
|
|
indent_style = space
|
|
indent_size = 2
|
|
|
|
[*.html]
|
|
indent_style = space
|
|
indent_size = 2
|
|
|
|
[*.patch]
|
|
trim_trailing_whitespace = false
|
|
|
|
[{meson.build,meson_options.txt}]
|
|
indent_style = space
|
|
indent_size = 2
|