File tree Expand file tree Collapse file tree 4 files changed +11
-6
lines changed
Expand file tree Collapse file tree 4 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,8 @@ indent_size = 2
3030
3131# Dotnet code style settings:
3232[* .{cs,vb} ]
33+ tab_width = 4
34+
3335# Sort using and Import directives with System.* appearing first
3436dotnet_sort_system_directives_first = true
3537# Avoid "this." and "Me." if not necessary
@@ -57,6 +59,9 @@ dotnet_style_require_accessibility_modifiers = omit_if_default:error
5759# IDE0040: Add accessibility modifiers
5860dotnet_diagnostic.IDE0040.severity = error
5961
62+ # IDE1100: Error reading content of source file 'Project.TargetFrameworkMoniker' (i.e. from ThisAssembly)
63+ dotnet_diagnostic.IDE1100.severity = none
64+
6065[* .cs ]
6166# Top-level files are definitely OK
6267csharp_using_directive_placement = outside_namespace:silent
Original file line number Diff line number Diff line change 1717 skip
1818[file ".editorconfig"]
1919 url = https://github.com/devlooped/oss/blob/main/.editorconfig
20- sha = e81ab754b366d52d92bd69b24bef1d5b1c610634
20+ sha = a62c45934ac2952f2f5d54d8aea4a7ebc1babaff
2121
22- etag = 7298c6450967975a8782b5c74f3071e1910fc59686e48f9c9d5cd7c68213cf59
22+ etag = b5e919b472a52d4b522f86494f0f2c0ba74a6d9601454e20e4cbaf744317ff62
2323 weak
2424[file ".gitattributes"]
2525 url = https://github.com/devlooped/oss/blob/main/.gitattributes
Original file line number Diff line number Diff line change @@ -591,9 +591,9 @@ dotnet tool update -g dotnet-whatsapp --add-source https://pkg.kzu.app/index.jso
591591[ ![ Justin Wendlandt] ( https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/jwendl.png " Justin Wendlandt ")] ( https://github.com/jwendl )
592592[ ![ Adrian Alonso] ( https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/adalon.png " Adrian Alonso ")] ( https://github.com/adalon )
593593[ ![ Michael Hagedorn] ( https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/Eule02.png " Michael Hagedorn ")] ( https://github.com/Eule02 )
594+ [ ![ ] ( https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/henkmartijn.png " ")] ( https://github.com/henkmartijn )
594595[ ![ torutek] ( https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/torutek.png " torutek ")] ( https://github.com/torutek )
595- [ ![ Ryan McCaffery] ( https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/mccaffers.png " Ryan McCaffery ")] ( https://github.com/mccaffers )
596- [ ![ Alex Wiese] ( https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/alexwiese.png " Alex Wiese ")] ( https://github.com/alexwiese )
596+ [ ![ mccaffers] ( https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/mccaffers.png " mccaffers ")] ( https://github.com/mccaffers )
597597
598598
599599<!-- sponsors.md -->
Original file line number Diff line number Diff line change @@ -87,9 +87,9 @@ builder.Services.AddWhatsApp<MyWhatsAppHandler>()
8787[ ![ Justin Wendlandt] ( https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/jwendl.png " Justin Wendlandt ")] ( https://github.com/jwendl )
8888[ ![ Adrian Alonso] ( https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/adalon.png " Adrian Alonso ")] ( https://github.com/adalon )
8989[ ![ Michael Hagedorn] ( https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/Eule02.png " Michael Hagedorn ")] ( https://github.com/Eule02 )
90+ [ ![ ] ( https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/henkmartijn.png " ")] ( https://github.com/henkmartijn )
9091[ ![ torutek] ( https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/torutek.png " torutek ")] ( https://github.com/torutek )
91- [ ![ Ryan McCaffery] ( https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/mccaffers.png " Ryan McCaffery ")] ( https://github.com/mccaffers )
92- [ ![ Alex Wiese] ( https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/alexwiese.png " Alex Wiese ")] ( https://github.com/alexwiese )
92+ [ ![ mccaffers] ( https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/mccaffers.png " mccaffers ")] ( https://github.com/mccaffers )
9393
9494
9595<!-- sponsors.md -->
You can’t perform that action at this time.
0 commit comments