X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=.editorconfig;h=db1f4a95d7f5a8fa0a018ef72a4a48920e852304;hb=e7e501efceca73b92727e9d295eda63d21e76afe;hp=06848f68c08bc7659a3d0cae7a72a9a4bfe23971;hpb=e5866af123ac13bcd8ac79989d711441952d8056;p=mesa.git diff --git a/.editorconfig b/.editorconfig index 06848f68c08..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 @@ -34,6 +35,6 @@ indent_size = 2 [*.patch] trim_trailing_whitespace = false -[meson.build,meson_options.txt] +[{meson.build,meson_options.txt}] indent_style = space indent_size = 2