Skip to content

Commit d4ee8c3

Browse files
author
Zach Carpenter
authored
Add Root .editorconfig (microsoft#146)
1 parent 7e8bb22 commit d4ee8c3

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.editorconfig

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
root=true
2+
3+
[*]
4+
indent_style = space
5+
indent_size = 4
6+
end_of_line = crlf
7+
insert_final_newline = true
8+
charset = utf-8
9+
10+
[*.{csproj,deployproj}]
11+
indent_size = 2

src/WinGet.RestSource.sln

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

0 commit comments

Comments
 (0)