From 1cf090c292269e857b530013874a1772213ac6dc Mon Sep 17 00:00:00 2001 From: jackun Date: Sun, 10 May 2020 14:55:58 +0300 Subject: [PATCH] [editorconfig] Set src/mesa indent_size to 3 --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index cdac2e8e..09a8ffd9 100644 --- a/.editorconfig +++ b/.editorconfig @@ -16,6 +16,9 @@ trim_trailing_whitespace = true [src/overlay*{cpp,h}] indent_size = 3 +[src/mesa/**] +indent_size = 3 + [meson.build] indent_size = 2