Merge pull request #50 from andreasgrafen/main

feat: fix typo
This commit is contained in:
Pocco81 2022-02-03 16:04:24 -05:00 committed by GitHub
commit d70f2b5667
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,15 +6,13 @@ root = true
[*]
end_of_line = lf
charset = utf-8
insert_final_newline = true
indent_style = tabs
indent_size = 4
[*.txt]
indent_style = tab
indent_size = 4
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.{diff,md}]
trim_trailing_whitespace = false