diff --git a/.editorconfig b/.editorconfig index ad8597c5d..c18511ccf 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,3 +1,9 @@ +root = true + +[*.html] +indent_style = space +indent_size = 2 + [*.rb,*.erb] indent_style = space indent_size = 2