.editorconfig: default to utf-8
This commit is contained in:
parent
4483945f6a
commit
ec87397a92
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
guidelines = 80
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
charset = utf-8
|
||||
|
||||
[*.cs]
|
||||
guidelines = 80, 120
|
||||
|
|
Loading…
Reference in a new issue