Merge pull request #1092 from EdwinChang24/fix-editorconfig

fix: Fix typo in .editorconfig
This commit is contained in:
liv 2022-07-23 17:36:42 +02:00 committed by GitHub
commit 2663cc8e80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,6 +2,6 @@ root = true
[*.rs]
end_of_line = lf
insert_final_newfile = true
insert_final_newline = true
indent_style = space
indent_size = 4