Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e4c6863

Browse files
committedMar 18, 2018
EditorConfig added
1 parent c14fec5 commit e4c6863

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed
 

‎.editorconfig

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[*]
2+
indent_style = tab
3+
tab_width = 4
4+
charset = utf-8
5+
trim_trailing_whitespace = true

‎Project2015To2017.sln

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 15
4-
VisualStudioVersion = 15.0.26430.6
4+
VisualStudioVersion = 15.0.27130.0
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Project2015To2017", "Project2015To2017\Project2015To2017.csproj", "{04DF2706-B59A-4BB5-ADA8-97F036104CC0}"
77
EndProject
88
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Project2015To2017Tests", "Project2015To2017Tests\Project2015To2017Tests.csproj", "{1AF63B37-E57F-41F1-B34F-177DBC927D97}"
99
EndProject
10+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5897C612-2D68-4B30-875D-4D10D387219F}"
11+
ProjectSection(SolutionItems) = preProject
12+
.editorconfig = .editorconfig
13+
EndProjectSection
14+
EndProject
1015
Global
1116
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1217
Debug|Any CPU = Debug|Any CPU
@@ -25,4 +30,7 @@ Global
2530
GlobalSection(SolutionProperties) = preSolution
2631
HideSolutionNode = FALSE
2732
EndGlobalSection
33+
GlobalSection(ExtensibilityGlobals) = postSolution
34+
SolutionGuid = {23B4DBC6-9379-43AE-BC12-3BD4BEA6B4F6}
35+
EndGlobalSection
2836
EndGlobal

0 commit comments

Comments
 (0)