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