/
githubmirror
/
PowerToys
Обзор
Документация
Войти
/
githubmirror
/
PowerToys
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/settings-ui/Settings.UI.Library/Enumerations/HostsEncoding.cs
12 строк
315 B
Davide Giacometti
[Hosts]Add setting to select the file encoding (#26495)
06 июн 2023, 18:11
Не верифицирован
06 июн 2023, 18:11
9960d2d
Код
Авторство
О чём код?
// Copyright (c) Microsoft Corporation // The Microsoft Corporation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. namespace Settings.UI.Library.Enumerations { public enum HostsEncoding { Utf8 = 0, Utf8Bom = 1, } }