X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=.editorconfig;h=3f9e475a6ac641781788489a508677deb5e8449a;hb=4fcddb55f27e29d78c6937c20d91e7f9962ce875;hp=6eb0702a25a0cb9afdabe7cb3c12853646f5ff3a;hpb=dd12119706c00a9c10eafa4af09f44207793c064;p=mesa.git diff --git a/.editorconfig b/.editorconfig index 6eb0702a25a..3f9e475a6ac 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 @@ -31,5 +32,13 @@ indent_size = 2 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