From 9bb65654cb9aba2aece35cdc1547530f69ba1ce9 Mon Sep 17 00:00:00 2001 From: jackun Date: Sat, 19 Sep 2020 13:54:25 +0300 Subject: [PATCH] editorconfig: vulkan.*, keybinds.* indent_size to 3 spaces, for now --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index 09a8ffd9..36574d32 100644 --- a/.editorconfig +++ b/.editorconfig @@ -16,6 +16,9 @@ trim_trailing_whitespace = true [src/overlay*{cpp,h}] indent_size = 3 +[src/{keybinds,vulkan}.{cpp,h}] +indent_size = 3 + [src/mesa/**] indent_size = 3