diff --git a/.editorconfig b/.editorconfig index 99a70e4bd..f3f714f6f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -17,3 +17,7 @@ indent_size = 2 [*.yml] indent_style = space indent_size = 2 + +[*.{conf,conf.in}] +indent_style = space +indent_size = 4