X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=.editorconfig;h=06848f68c08bc7659a3d0cae7a72a9a4bfe23971;hb=b56d903b5abe7bf0157f99d707a9114b03231632;hp=a8b8a88f5d28da8d80074c98ba9af611e44263d5;hpb=3bd885d09cea6ecf19ddfd948c8dd74f5e3ea600;p=mesa.git diff --git a/.editorconfig b/.editorconfig index a8b8a88f5d2..06848f68c08 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,6 +6,7 @@ root = true [*] charset = utf-8 insert_final_newline = true +tab_width = 8 [*.{c,h,cpp,hpp,cc,hh}] indent_style = space @@ -32,3 +33,7 @@ indent_size = 2 [*.patch] trim_trailing_whitespace = false + +[meson.build,meson_options.txt] +indent_style = space +indent_size = 2