style: 设置默认4个空格为一个tab

This commit is contained in:
gaoyunqi
2024-02-05 17:30:18 +08:00
parent fd9f4569d2
commit c4d09347a4

View File

@ -5,12 +5,12 @@ charset=utf-8
end_of_line=lf
insert_final_newline=true
indent_style=space
indent_size=2
indent_size=4
max_line_length = 100
[*.{yml,yaml,json}]
indent_style = space
indent_size = 2
indent_size = 4
[*.md]
trim_trailing_whitespace = false