From dc961f394e65f8f278c8fff6dfcdc0de28561856 Mon Sep 17 00:00:00 2001 From: Ionite Date: Tue, 19 Dec 2023 01:09:04 -0500 Subject: [PATCH] Bump csharpier version --- .config/.csharpierrc.json | 2 +- .config/dotnet-tools.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/.csharpierrc.json b/.config/.csharpierrc.json index c821bbeb..ce124131 100644 --- a/.config/.csharpierrc.json +++ b/.config/.csharpierrc.json @@ -1,4 +1,4 @@ { - "printWidth": 120, + "printWidth": 100, "preprocessorSymbolSets": ["", "DEBUG", "DEBUG,CODE_STYLE"] } diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 55da51a7..126b4f0b 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -15,10 +15,10 @@ ] }, "csharpier": { - "version": "0.26.4", + "version": "0.26.7", "commands": [ "dotnet-csharpier" ] } } -} \ No newline at end of file +}