@@ -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