Specify charset and end_of_line in .editorconfig

Additionally, changes the link to the EditorConfig website
from http to https.

PR #19437.
This commit is contained in:
Victor Chernyakin 2023-08-10 22:49:07 -07:00 committed by GitHub
parent 31fe327763
commit c25d14b1d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -1,8 +1,10 @@
# EditorConfig is awesome: http://EditorConfig.org
# EditorConfig is awesome: https://EditorConfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
indent_style = space
indent_size = 4
insert_final_newline = true