зеркало из https://github.com/microsoft/terminal.git
.editorconfig: add utf-8 encoding (#11190)
This commit configures compliant text editors to save our code as UTF-8.
This commit is contained in:
Родитель
3b7049c5b7
Коммит
e21eba8932
|
@ -1,6 +1,7 @@
|
|||
root = true
|
||||
|
||||
[*]
|
||||
charset = utf-8
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче