X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=.editorconfig;h=db1f4a95d7f5a8fa0a018ef72a4a48920e852304;hb=9cc4311d86a797bba26448bcaf24db4887c6ec8d;hp=6eb0702a25a0cb9afdabe7cb3c12853646f5ff3a;hpb=dd12119706c00a9c10eafa4af09f44207793c064;p=mesa.git diff --git a/.editorconfig b/.editorconfig index 6eb0702a25a..db1f4a95d7f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,6 +11,7 @@ tab_width = 8 [*.{c,h,cpp,hpp,cc,hh}] indent_style = space indent_size = 3 +max_line_length = 78 [{Makefile*,*.mk}] indent_style = tab @@ -33,3 +34,7 @@ indent_size = 2 [*.patch] trim_trailing_whitespace = false + +[{meson.build,meson_options.txt}] +indent_style = space +indent_size = 2