Skip to content

Commit 07988a4

Browse files
Merge pull request #14 from TimeWarpEngineering/sync-configurable-files-1751880182
Sync configurable files from parent repository
2 parents 178265a + e6ae347 commit 07988a4

3 files changed

Lines changed: 117 additions & 65 deletions

File tree

.config/dotnet-tools.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
{
2-
"version": 1,
3-
"isRoot": true,
4-
"tools": {
5-
"dotnet-cleanup": {
6-
"version": "0.6.1",
7-
"commands": [
8-
"cleanup"
9-
],
10-
"rollForward": false
11-
},
12-
"fixie.console": {
13-
"version": "4.1.0",
14-
"commands": [
15-
"fixie"
16-
],
17-
"rollForward": false
18-
}
19-
}
1+
{
2+
"version": 1,
3+
"isRoot": true,
4+
"tools": {
5+
"dotnet-cleanup": {
6+
"version": "0.6.1",
7+
"commands": [
8+
"cleanup"
9+
],
10+
"rollForward": false
11+
},
12+
"fixie.console": {
13+
"version": "4.1.0",
14+
"commands": [
15+
"fixie"
16+
],
17+
"rollForward": false
18+
}
19+
}
2020
}

.gitattributes

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
# Enforce LF line endings for all files across all platforms
2+
# Modern Windows tools support LF, so there's no need for CRLF conversion
3+
4+
# Default behavior: LF line endings for all text files
5+
* text=auto eol=lf
6+
7+
# Specific file types - ensure LF line endings
8+
*.cs text eol=lf
9+
*.csproj text eol=lf
10+
*.sln text eol=lf
11+
*.json text eol=lf
12+
*.js text eol=lf
13+
*.ts text eol=lf
14+
*.tsx text eol=lf
15+
*.jsx text eol=lf
16+
*.html text eol=lf
17+
*.css text eol=lf
18+
*.scss text eol=lf
19+
*.sass text eol=lf
20+
*.xml text eol=lf
21+
*.yml text eol=lf
22+
*.yaml text eol=lf
23+
*.md text eol=lf
24+
*.txt text eol=lf
25+
*.ps1 text eol=lf
26+
*.sh text eol=lf
27+
*.dockerfile text eol=lf
28+
*.gitignore text eol=lf
29+
*.gitattributes text eol=lf
30+
31+
# Configuration files
32+
*.config text eol=lf
33+
*.props text eol=lf
34+
*.targets text eol=lf
35+
*.editorconfig text eol=lf
36+
37+
# Source control files
38+
.gitignore text eol=lf
39+
.gitattributes text eol=lf
40+
41+
# Binary files - don't convert line endings
42+
*.dll binary
43+
*.exe binary
44+
*.png binary
45+
*.jpg binary
46+
*.jpeg binary
47+
*.gif binary
48+
*.ico binary
49+
*.pdf binary
50+
*.zip binary
51+
*.nupkg binary
52+
*.snupkg binary

TimeWarp.Fixie.sln

Lines changed: 46 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,46 @@
1-
2-
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio Version 17
4-
VisualStudioVersion = 17.2.32630.192
5-
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TimeWarp.Fixie", "source\TimeWarp.Fixie\TimeWarp.Fixie.csproj", "{D79004D2-F89A-4633-9F22-0A28FC79DEEA}"
7-
EndProject
8-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Scripts", "Scripts", "{C614DB57-ECC9-4D22-8200-B1EBA8DF7CC7}"
9-
ProjectSection(SolutionItems) = preProject
10-
publish.ps1 = publish.ps1
11-
EndProjectSection
12-
EndProject
13-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TimeWarp.Fixie.Tests", "tests\TimeWarp.Fixie.Tests\TimeWarp.Fixie.Tests.csproj", "{E9011CA3-F450-4E29-B0C6-FEE698AE3AFA}"
14-
EndProject
15-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D0F1E875-E2D7-4373-B287-C06E6EA875A2}"
16-
ProjectSection(SolutionItems) = preProject
17-
.editorconfig = .editorconfig
18-
.gitignore = .gitignore
19-
Directory.Build.props = Directory.Build.props
20-
Directory.Packages.props = Directory.Packages.props
21-
LICENSE = LICENSE
22-
README.md = README.md
23-
EndProjectSection
24-
EndProject
25-
Global
26-
GlobalSection(SolutionConfigurationPlatforms) = preSolution
27-
Debug|Any CPU = Debug|Any CPU
28-
Release|Any CPU = Release|Any CPU
29-
EndGlobalSection
30-
GlobalSection(ProjectConfigurationPlatforms) = postSolution
31-
{D79004D2-F89A-4633-9F22-0A28FC79DEEA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
32-
{D79004D2-F89A-4633-9F22-0A28FC79DEEA}.Debug|Any CPU.Build.0 = Debug|Any CPU
33-
{D79004D2-F89A-4633-9F22-0A28FC79DEEA}.Release|Any CPU.ActiveCfg = Release|Any CPU
34-
{D79004D2-F89A-4633-9F22-0A28FC79DEEA}.Release|Any CPU.Build.0 = Release|Any CPU
35-
{E9011CA3-F450-4E29-B0C6-FEE698AE3AFA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
36-
{E9011CA3-F450-4E29-B0C6-FEE698AE3AFA}.Debug|Any CPU.Build.0 = Debug|Any CPU
37-
{E9011CA3-F450-4E29-B0C6-FEE698AE3AFA}.Release|Any CPU.ActiveCfg = Release|Any CPU
38-
{E9011CA3-F450-4E29-B0C6-FEE698AE3AFA}.Release|Any CPU.Build.0 = Release|Any CPU
39-
EndGlobalSection
40-
GlobalSection(SolutionProperties) = preSolution
41-
HideSolutionNode = FALSE
42-
EndGlobalSection
43-
GlobalSection(ExtensibilityGlobals) = postSolution
44-
SolutionGuid = {41ECECCC-4804-4280-90CC-E03CB30BCB69}
45-
EndGlobalSection
46-
EndGlobal
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.2.32630.192
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TimeWarp.Fixie", "source\TimeWarp.Fixie\TimeWarp.Fixie.csproj", "{D79004D2-F89A-4633-9F22-0A28FC79DEEA}"
7+
EndProject
8+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Scripts", "Scripts", "{C614DB57-ECC9-4D22-8200-B1EBA8DF7CC7}"
9+
ProjectSection(SolutionItems) = preProject
10+
publish.ps1 = publish.ps1
11+
EndProjectSection
12+
EndProject
13+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TimeWarp.Fixie.Tests", "tests\TimeWarp.Fixie.Tests\TimeWarp.Fixie.Tests.csproj", "{E9011CA3-F450-4E29-B0C6-FEE698AE3AFA}"
14+
EndProject
15+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D0F1E875-E2D7-4373-B287-C06E6EA875A2}"
16+
ProjectSection(SolutionItems) = preProject
17+
.editorconfig = .editorconfig
18+
.gitignore = .gitignore
19+
Directory.Build.props = Directory.Build.props
20+
Directory.Packages.props = Directory.Packages.props
21+
LICENSE = LICENSE
22+
README.md = README.md
23+
EndProjectSection
24+
EndProject
25+
Global
26+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
27+
Debug|Any CPU = Debug|Any CPU
28+
Release|Any CPU = Release|Any CPU
29+
EndGlobalSection
30+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
31+
{D79004D2-F89A-4633-9F22-0A28FC79DEEA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
32+
{D79004D2-F89A-4633-9F22-0A28FC79DEEA}.Debug|Any CPU.Build.0 = Debug|Any CPU
33+
{D79004D2-F89A-4633-9F22-0A28FC79DEEA}.Release|Any CPU.ActiveCfg = Release|Any CPU
34+
{D79004D2-F89A-4633-9F22-0A28FC79DEEA}.Release|Any CPU.Build.0 = Release|Any CPU
35+
{E9011CA3-F450-4E29-B0C6-FEE698AE3AFA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
36+
{E9011CA3-F450-4E29-B0C6-FEE698AE3AFA}.Debug|Any CPU.Build.0 = Debug|Any CPU
37+
{E9011CA3-F450-4E29-B0C6-FEE698AE3AFA}.Release|Any CPU.ActiveCfg = Release|Any CPU
38+
{E9011CA3-F450-4E29-B0C6-FEE698AE3AFA}.Release|Any CPU.Build.0 = Release|Any CPU
39+
EndGlobalSection
40+
GlobalSection(SolutionProperties) = preSolution
41+
HideSolutionNode = FALSE
42+
EndGlobalSection
43+
GlobalSection(ExtensibilityGlobals) = postSolution
44+
SolutionGuid = {41ECECCC-4804-4280-90CC-E03CB30BCB69}
45+
EndGlobalSection
46+
EndGlobal

0 commit comments

Comments
 (0)