🐛 文档格式

This commit is contained in:
Tw93
2022-12-12 15:36:09 +08:00
parent 89d04ee0f1
commit c3821b1ab1
2 changed files with 5 additions and 5 deletions

View File

@@ -10,7 +10,7 @@ trim_trailing_whitespace = true
insert_final_newline = true
# Use 4 spaces for Python, Rust and Bash files
[*.{py,rs,sh,md}]
[*.{py,rs,sh}]
indent_size = 4
# Makefiles always use tabs for indentation