Fix editorconfig

This commit is contained in:
William Desportes 2021-08-08 20:52:25 +02:00
parent 8cc83c00b8
commit ce0cb85abf
No known key found for this signature in database
GPG key ID: 90A0EF1B8251A889

View file

@ -6,3 +6,14 @@ indent_size = 4
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[Cargo.lock]
# Just ignore that
indent_size = unset
[LICENSE.txt]
# Ignore that too
indent_size = unset
[README.md]
indent_size = 2