From 984979468d75254d5b79f7380dc478e560505bbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Sun, 4 Dec 2022 15:55:45 +0100 Subject: [PATCH] Configure Mend Bolt --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index 46dde1c3..eca4312e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -20,6 +20,9 @@ block_comment_end = */ [*.{json,json5,yaml,yml}] indent_size = 2 +[.whitesource] +indent_size = 2 + [Makefile] indent_style = tab tab_width = 2