diff --git a/.editorconfig b/.editorconfig index a50e0cb9..4d86300c 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,8 +10,8 @@ indent_style = space insert_final_newline = true trim_trailing_whitespace = true +[*.toml] +max_line_length = 100 + [*.md] trim_trailing_whitespace = false - -[*.{html,css}] -indent_size = 4