diff --git a/.editorconfig b/.editorconfig index 3155057..81eca2d 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,13 +5,10 @@ indent_style = space indent_size = 4 end_of_line = lf insert_final_newline = true -trim_trailing_whitespace=true +trim_trailing_whitespace = true charset = utf-8 -[*.{lua,vim}] -indent_size = 2 - -[*.{md,yml,yaml,toml}] +[*.{md,yml,yaml,toml,lua,vim}] indent_size = 2 [*.go]