From: Eric Anholt Date: Thu, 9 May 2019 23:33:56 +0000 (-0700) Subject: freedreno: Make .editorconfig match .dir-locals.el. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=257999d9a8108ba9b63315137015ee0e67629115;p=mesa.git freedreno: Make .editorconfig match .dir-locals.el. The editorconfig takes precedence over dir-locals in emacs26 with editorconfig enabled, so the /.editorconfig was affecting these directories. Reviewed-by: Kristian H. Kristensen --- diff --git a/src/freedreno/.editorconfig b/src/freedreno/.editorconfig new file mode 100644 index 00000000000..5dff7105197 --- /dev/null +++ b/src/freedreno/.editorconfig @@ -0,0 +1,5 @@ +[*.{c,h,cpp,hpp,cc,hh}] +indent_style = tab +indent_size = 4 +tab_width = 4 +max_line_length = 78 diff --git a/src/gallium/drivers/freedreno/.editorconfig b/src/gallium/drivers/freedreno/.editorconfig index cc8e11ffd65..c32fa49acbb 100644 --- a/src/gallium/drivers/freedreno/.editorconfig +++ b/src/gallium/drivers/freedreno/.editorconfig @@ -1,2 +1,5 @@ [*.{c,h}] indent_style = tab +indent_size = 4 +tab_width = 4 +max_line_length = 78