From c1e584015d76037fb6fded5b922f637ecbe789ae Mon Sep 17 00:00:00 2001 From: Simon Cropp Date: Fri, 16 Feb 2024 22:19:01 +1100 Subject: [PATCH] fix editorconfig path --- src/Humanizer.sln | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Humanizer.sln b/src/Humanizer.sln index 04ef691ad..335ab241a 100644 --- a/src/Humanizer.sln +++ b/src/Humanizer.sln @@ -9,7 +9,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Humanizer", "Humanizer\Huma EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4779A7C9-9ED8-4146-A158-FBE0B1BE09D9}" ProjectSection(SolutionItems) = preProject - ..\.editorconfig = ..\.editorconfig ..\.gitattributes = ..\.gitattributes ..\.gitignore = ..\.gitignore Directory.build.props = Directory.build.props @@ -19,6 +18,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution ..\readme.md = ..\readme.md ..\release_notes.md = ..\release_notes.md ..\version.json = ..\version.json + .editorconfig = .editorconfig EndProjectSection EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{97AAE24D-0488-42AE-A585-86D882F23D5F}"