Merge pull request #1092 from EdwinChang24/fix-editorconfig

fix: Fix typo in .editorconfig
pull/1100/head
liv 2 years ago committed by GitHub
commit 2663cc8e80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save