Skip to content

Commit d60a59a

Browse files
committed
⬆️ Bump files with dotnet-file sync
# devlooped/oss - Revert indent size for project files devlooped/oss@a62c459 - Change label from 'docs' to 'dependencies' devlooped/oss@2d1fb4e
1 parent fdb3ecf commit d60a59a

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

.editorconfig

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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
3436
dotnet_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
5860
dotnet_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
6267
csharp_using_directive_placement = outside_namespace:silent

.github/workflows/includes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
base: main
5959
branch: markdown-includes
6060
delete-branch: true
61-
labels: docs
61+
labels: dependencies
6262
author: ${{ env.BOT_AUTHOR }}
6363
committer: ${{ env.BOT_AUTHOR }}
6464
commit-message: +Mᐁ includes

.netconfig

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
skip
2424
[file ".editorconfig"]
2525
url = https://github.com/devlooped/oss/blob/main/.editorconfig
26-
sha = e81ab754b366d52d92bd69b24bef1d5b1c610634
27-
etag = 7298c6450967975a8782b5c74f3071e1910fc59686e48f9c9d5cd7c68213cf59
26+
sha = a62c45934ac2952f2f5d54d8aea4a7ebc1babaff
27+
etag = b5e919b472a52d4b522f86494f0f2c0ba74a6d9601454e20e4cbaf744317ff62
2828
weak
2929
[file ".gitattributes"]
3030
url = https://github.com/devlooped/oss/blob/main/.gitattributes
@@ -116,8 +116,8 @@
116116
weak
117117
[file ".github/workflows/includes.yml"]
118118
url = https://github.com/devlooped/oss/blob/main/.github/workflows/includes.yml
119-
sha = 26e8cb798ce72dec7072db826cc9694d456797bd
120-
etag = df06492eeb2daaae4168d71bbb643f5da2693b67cdd58c42ffa44a191ee99b69
119+
sha = 2d1fb4ed52b63689f2b20b994512ebac28721243
120+
etag = 34ade86f020dea717c6a27ad7dcd0069c35be2832c58b0ba961278a1efe34089
121121
weak
122122
[file ".github/workflows/dotnet-file-core.yml"]
123123
url = https://github.com/devlooped/oss/blob/main/.github/workflows/dotnet-file-core.yml

0 commit comments

Comments
 (0)