Skip to content

Commit

Permalink
Synchronize shared files from the .github repository (read: this one)…
Browse files Browse the repository at this point in the history
… using dotnet-file.
  • Loading branch information
alexrp committed Jan 11, 2024
1 parent e1d60d7 commit 1e4799a
Show file tree
Hide file tree
Showing 6 changed files with 63 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,11 @@ max_line_length = 120
tab_width = 4
trim_trailing_whitespace = true

[*.{json,vsconfig}]
[*.json]
indent_size = 2

[*.jsonc]
indent_size = 2

[*.vsconfig]
indent_size = 2
4 changes: 4 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
* text
*.verified.* text eol=lf
*.ico binary
*.png binary
*.zig eol=lf
20 changes: 20 additions & 0 deletions .netconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
[file ".editorconfig"]
url = https://github.com/vezel-dev/.github/blob/master/syn/.editorconfig
sha = 7d581ae5eedad5892855cebc673edafad664856b
etag = 8fa5a445045c6e24f51af44560a6449adf8d297f9e0d7412b39e5e39062cde54
weak
[file ".gitattributes"]
url = https://github.com/vezel-dev/.github/blob/master/syn/.gitattributes
sha = e1d60d738e36f3741104a47c67156614aa5b9d8b
etag = 57083d3c73ff7ab2740ab17fd99d31cedcff606818190f9a415d97d27b62e7d4
weak
[file ".markdownlint.json"]
url = https://github.com/vezel-dev/.github/blob/master/syn/.markdownlint.json
sha = 7d581ae5eedad5892855cebc673edafad664856b
etag = cf98ac95cf318b52e206b9003e342de9db2ecb7be062eab6edf1681b1f374b3a
weak
[file "LICENSE-0BSD"]
url = https://github.com/vezel-dev/.github/blob/master/syn/LICENSE-0BSD
sha = 7d581ae5eedad5892855cebc673edafad664856b
etag = 4fe195e9c11a20688615d92035ac752eeac4ab3f3d82b20df798ea6dc1b49aab
weak
12 changes: 12 additions & 0 deletions LICENSE-0BSD
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
BSD Zero Clause License (0BSD)

Permission to use, copy, modify, and/or distribute this software for any purpose
with or without fee is hereby granted.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
THIS SOFTWARE.
12 changes: 12 additions & 0 deletions dotnet-tools.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"version": 1,
"isRoot": true,
"tools": {
"dotnet-file": {
"version": "1.4.1",
"commands": [
"dotnet-file"
]
}
}
}
8 changes: 8 additions & 0 deletions global.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"$schema": "https://json.schemastore.org/global.json",
"sdk": {
"version": "8.0.101",
"rollForward": "disable",
"allowPrelease": false
}
}

0 comments on commit 1e4799a

Please sign in to comment.