Update bobatheme - new archetypes [skip ci]

This commit is contained in:
2021-10-16 16:55:21 -05:00
parent 132cccfb64
commit 835589c119
2 changed files with 7 additions and 4 deletions

View File

@@ -3,11 +3,14 @@ root = true
[*]
end_of_line = lf
insert_final_newline = true
[*.{md,toml}]
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
[*.html]
indent_size = 4
[*.{md,toml,yaml}]
indent_size = 2
[*.md]
max_line_length = 80