diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..6f2e6a4 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,4 @@ +[*.cs] + +# IDE0021: Use block body for constructor +csharp_style_expression_bodied_constructors = when_on_single_line diff --git a/Biskilog Accounting.sln b/Biskilog Accounting.sln index 06dd1e5..74a9539 100644 --- a/Biskilog Accounting.sln +++ b/Biskilog Accounting.sln @@ -9,6 +9,11 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Biskilog Accounting.Client" EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Biskilog Accounting.Shared", "Shared\Biskilog Accounting.Shared.csproj", "{48490CB4-D5CE-46FE-9A7A-FBC91980D262}" EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{84405340-FCB0-46CB-B730-10E47D9F54C2}" + ProjectSection(SolutionItems) = preProject + .editorconfig = .editorconfig + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU diff --git a/Client/Biskilog Accounting.Client.csproj b/Client/Biskilog Accounting.Client.csproj index 199aeff..f344a0f 100644 --- a/Client/Biskilog Accounting.Client.csproj +++ b/Client/Biskilog Accounting.Client.csproj @@ -8,8 +8,14 @@ $(AssemblyName.Replace(' ', '_')) + + + + + + @@ -23,8 +29,4 @@ - - - - diff --git a/Client/Elements/Footer.razor b/Client/Elements/Footer.razor index 2a99ca9..34fb85e 100644 --- a/Client/Elements/Footer.razor +++ b/Client/Elements/Footer.razor @@ -1,4 +1,4 @@ -