diff --git a/.editorconfig b/.editorconfig index 0d2ec3d0766..6e786cce49f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -59,4 +59,13 @@ trim_trailing_whitespace = true insert_final_newline = true indent_style = tab indent_size = 4 -max_line_length = 120 \ No newline at end of file +max_line_length = 120 + +# HTML +[*.html] +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true +indent_style = space +indent_size = 2 +max_line_length = 99