diff --git a/.editorconfig b/.editorconfig index 25357d0..e979cf8 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,6 +4,7 @@ insert_final_newline = true charset = utf-8 max_line_length = 80 trim_trailing_whitespace = true +indent_size = 4 [*.{html,js,sh,sass,scss,md,mmark,yaml}] indent_style = space