Skip to content

Commit 8da909c

Browse files
committed
⬆️ Bump files with dotnet-file sync
# devlooped/oss - Fix error message quotes in includes.yml devlooped/oss@26e8cb7 - Set explicit tab size and eol for code files devlooped/oss@5dba0d0
1 parent 001e000 commit 8da909c

File tree

4 files changed

+12
-7
lines changed

4 files changed

+12
-7
lines changed

.editorconfig

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ indent_size = 4
1414

1515
# Xml project files
1616
[*.{csproj,vbproj,vcxproj,vcxproj.filters,proj,projitems,shproj,msbuildproj,props,targets}]
17-
indent_size = 2
17+
indent_size = 4
1818

1919
# Xml config files
2020
[*.{ruleset,config,nuspec,resx,vsixmanifest,vsct}]
@@ -30,6 +30,9 @@ indent_size = 2
3030

3131
# Dotnet code style settings:
3232
[*.{cs,vb}]
33+
tab_width = 4
34+
end_of_line = crlf
35+
3336
# Sort using and Import directives with System.* appearing first
3437
dotnet_sort_system_directives_first = true
3538
# Avoid "this." and "Me." if not necessary
@@ -57,6 +60,9 @@ dotnet_style_require_accessibility_modifiers = omit_if_default:error
5760
# IDE0040: Add accessibility modifiers
5861
dotnet_diagnostic.IDE0040.severity = error
5962

63+
# IDE1100: Error reading content of source file 'Project.TargetFrameworkMoniker' (i.e. from ThisAssembly)
64+
dotnet_diagnostic.IDE1100.severity = none
65+
6066
[*.cs]
6167
# Top-level files are definitely OK
6268
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
@@ -43,7 +43,7 @@ jobs:
4343
4444
$product = dotnet msbuild $props -getproperty:Product
4545
if (-not $product) {
46-
write-error "To use OSMF EULA, ensure the $(Product) property is set in Directory.props"
46+
write-error 'To use OSMF EULA, ensure the $(Product) property is set in Directory.props'
4747
exit 1
4848
}
4949

.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 = c779d3d4e468358106dea03e93ba2cd35bb01ecb
27-
etag = 7298c6450967975a8782b5c74f3071e1910fc59686e48f9c9d5cd7c68213cf59
26+
sha = 5dba0d016e87f9b45764b9623ab9a0da6b676eac
27+
etag = 17cae5d59f532e896b0f2c8d24bf49be9063e1bef85482f23d2a242c451ff430
2828
weak
2929
[file ".gitattributes"]
3030
url = https://github.com/devlooped/oss/blob/main/.gitattributes
@@ -95,8 +95,8 @@
9595
skip
9696
[file ".github/workflows/includes.yml"]
9797
url = https://github.com/devlooped/oss/blob/main/.github/workflows/includes.yml
98-
sha = 6a6de0580b40e305f7a0f41b406d4aabaa0756fe
99-
etag = 1a5cd7a883700c328105910cc212f5f8c9f3759fc1af023e048a9f486da794c1
98+
sha = 26e8cb798ce72dec7072db826cc9694d456797bd
99+
etag = df06492eeb2daaae4168d71bbb643f5da2693b67cdd58c42ffa44a191ee99b69
100100
weak
101101
[file ".github/release.yml"]
102102
url = https://github.com/devlooped/oss/blob/main/.github/release.yml

readme.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ We fetch binaries from:
9696
[![Keith Pickford](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/Keflon.png "Keith Pickford")](https://github.com/Keflon)
9797
[![Thomas Bolon](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/tbolon.png "Thomas Bolon")](https://github.com/tbolon)
9898
[![Kori Francis](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/kfrancis.png "Kori Francis")](https://github.com/kfrancis)
99-
[![Toni Wenzel](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/twenzel.png "Toni Wenzel")](https://github.com/twenzel)
10099
[![Uno Platform](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/unoplatform.png "Uno Platform")](https://github.com/unoplatform)
101100
[![Reuben Swartz](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/rbnswartz.png "Reuben Swartz")](https://github.com/rbnswartz)
102101
[![Jacob Foshee](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/jfoshee.png "Jacob Foshee")](https://github.com/jfoshee)

0 commit comments

Comments
 (0)