Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
355 changes: 0 additions & 355 deletions .editorconfig

This file was deleted.

20 changes: 10 additions & 10 deletions Evently.slnx
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
<Solution>
<Folder Name="/deploy/">
<Project Path="deploy\Terraform\Terraform.csproj"/>
<Project Path="deploy\Terraform\Terraform.csproj" />
</Folder>
<Folder Name="/Solution Items/">
<File Path=".editorconfig"/>
<File Path=".gitignore"/>
<File Path="Makefile"/>
<File Path="docker-compose.yml"/>
<File Path=".dockerignore"/>
<File Path="README.md"/>
<File Path=".gitignore" />
<File Path="Makefile" />
<File Path="docker-compose.yml" />
<File Path=".dockerignore" />
<File Path="README.md" />
</Folder>
<Folder Name="/src/">
<Project Path="src\evently.client\evently.client.esproj">
<Configuration Solution="Release|Any CPU" Project="Debug|Any CPU"/>
<Build />
<Deploy />
</Project>
<Project Path="src\Evently.Server\Evently.Server.csproj"/>
<Project Path="src\Evently.Server\Evently.Server.csproj" />
</Folder>
<Folder Name="/tests/">
<Project Path="tests\Evently.Server.Test\Evently.Server.Test.csproj"/>
<Project Path="tests\Evently.Server.Test\Evently.Server.Test.csproj" />
</Folder>
</Solution>
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ remove-migration:

fmt:
dotnet tool restore
jb cleanupcode ./src/Evently.Server/**/*
cd src/Evently.Server && dotnet csharpier format .
cd src/evently.client && npm run fmt

docker-build-no-cache:
Expand Down
Loading