1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 07:10:06 +08:00

chore(editorconfig): fix typos in .editorconfig

This commit is contained in:
zeertzjq 2022-04-09 18:12:05 +08:00 committed by GitHub
parent fbada78342
commit 3a0a134c1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ root = true
[*.vim]
indent_style = space
indent_size = 2
end_of_line = 1f
end_of_line = lf
insert_final_newline = true
charset = utf_8
charset = utf-8