Update .editorconfig

This commit is contained in:
BBaoVanC 2021-10-16 16:38:29 -05:00
parent 2fe1ef449f
commit cc678c58c1
Signed by: bbaovanc
GPG Key ID: 18089E4E3CCF1D3A
1 changed files with 4 additions and 3 deletions

View File

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