X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=.editorconfig;h=3f9e475a6ac641781788489a508677deb5e8449a;hb=2d5f12ae3a62af7bb7027bddd5319706f9c08dd2;hp=06848f68c08bc7659a3d0cae7a72a9a4bfe23971;hpb=e5866af123ac13bcd8ac79989d711441952d8056;p=mesa.git diff --git a/.editorconfig b/.editorconfig index 06848f68c08..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,9 +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] +[{meson.build,meson_options.txt}] indent_style = space indent_size = 2