This commit is contained in:
Zach Carpenter 2022-06-17 10:25:24 -07:00 коммит произвёл GitHub
Родитель 7e8bb22204
Коммит d4ee8c3269
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 12 добавлений и 0 удалений

11
.editorconfig Normal file
Просмотреть файл

@ -0,0 +1,11 @@
root=true
[*]
indent_style = space
indent_size = 4
end_of_line = crlf
insert_final_newline = true
charset = utf-8
[*.{csproj,deployproj}]
indent_size = 2

Просмотреть файл

@ -11,6 +11,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
..\.gitignore = ..\.gitignore
NuGet.config = NuGet.config
stylecop.json = stylecop.json
..\.editorconfig = ..\.editorconfig
EndProjectSection
EndProject
Project("{151D2E53-A2C4-4D7D-83FE-D05416EBD58E}") = "WinGet.RestSource.Infrastructure", "WinGet.RestSource.Infrastructure\WinGet.RestSource.Infrastructure.deployproj", "{0F98E939-EC64-40DA-9630-336A40807BBE}"