Browse Source

Specify charset and end_of_line in .editorconfig

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

PR #19437.
adaptive-webui-19844
Victor Chernyakin 9 months ago committed by GitHub
parent
commit
c25d14b1d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .editorconfig

4
.editorconfig

@ -1,8 +1,10 @@ @@ -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

Loading…
Cancel
Save