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 +}