tweak editor config (#1027)

This commit is contained in:
罗泽轩 2023-01-28 17:15:20 +08:00 committed by GitHub
parent 36e6de10c8
commit 73fbf8e08d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,8 +6,14 @@ charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.patch]
insert_final_newline = false
[Makefile]
indent_style = tab
[*.md,*.patch]
[*.patch]
trim_trailing_whitespace = false
[*.md]
trim_trailing_whitespace = false
[*.html]
trim_trailing_whitespace = false