-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add shared files that will be synced to other repositories with dotne…
…t-file.
- Loading branch information
Showing
15 changed files
with
1,673 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
root = true | ||
|
||
[*] | ||
charset = utf-8 | ||
indent_size = 4 | ||
indent_style = space | ||
insert_final_newline = true | ||
max_line_length = 120 | ||
tab_width = 4 | ||
trim_trailing_whitespace = true | ||
|
||
[*.json] | ||
indent_size = 2 | ||
|
||
[*.jsonc] | ||
indent_size = 2 | ||
|
||
[*.vsconfig] | ||
indent_size = 2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
* text | ||
*.verified.* text eol=lf | ||
*.ico binary | ||
*.png binary |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
root: doc | ||
structure: | ||
readme: index.md | ||
summary: toc.md |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,95 @@ | ||
{ | ||
"$schema": "https://raw.githubusercontent.com/DavidAnson/markdownlint/main/schema/markdownlint-config-schema.json", | ||
"default": true, | ||
"MD001": true, | ||
"MD003": { | ||
"style": "atx" | ||
}, | ||
"MD004": { | ||
"style": "asterisk" | ||
}, | ||
"MD005": true, | ||
"MD007": { | ||
"start_indented": false, | ||
"start_indent": 4, | ||
"indent": 4 | ||
}, | ||
"MD009": { | ||
"br_spaces": 0, | ||
"strict": true | ||
}, | ||
"MD010": { | ||
"spaces_per_tab": 4 | ||
}, | ||
"MD011": true, | ||
"MD012": true, | ||
"MD013": { | ||
"code_blocks": false, | ||
"headings": false, | ||
"tables": false | ||
}, | ||
"MD014": true, | ||
"MD018": true, | ||
"MD019": true, | ||
"MD020": true, | ||
"MD021": true, | ||
"MD022": true, | ||
"MD023": true, | ||
"MD024": true, | ||
"MD025": true, | ||
"MD026": { | ||
"punctuation": "!,.:;?" | ||
}, | ||
"MD027": true, | ||
"MD028": true, | ||
"MD029": { | ||
"style": "ordered" | ||
}, | ||
"MD030": true, | ||
"MD031": true, | ||
"MD032": true, | ||
"MD033": { | ||
"allowed_elements": [ | ||
"div", | ||
"img", | ||
"p", | ||
"strong" | ||
] | ||
}, | ||
"MD034": true, | ||
"MD035": { | ||
"style": "--------------------------------------------------------------------------------" | ||
}, | ||
"MD036": { | ||
"punctuation": "!,.:;?" | ||
}, | ||
"MD037": true, | ||
"MD038": true, | ||
"MD039": true, | ||
"MD040": { | ||
"language_only": true | ||
}, | ||
"MD041": true, | ||
"MD042": true, | ||
"MD043": false, | ||
"MD044": true, | ||
"MD045": true, | ||
"MD046": { | ||
"style": "fenced" | ||
}, | ||
"MD047": true, | ||
"MD048": { | ||
"style": "backtick" | ||
}, | ||
"MD049": { | ||
"style": "asterisk" | ||
}, | ||
"MD050": { | ||
"style": "asterisk" | ||
}, | ||
"MD051": true, | ||
"MD052": true, | ||
"MD053": { | ||
"ignored_definitions": [] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
{ | ||
"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", | ||
"settings": { | ||
"indentation": { | ||
"indentationSize": 4, | ||
"tabSize": 4, | ||
"useTabs": false | ||
}, | ||
"readabilityRules": { | ||
"allowBuiltInTypeAliases": false | ||
}, | ||
"orderingRules": { | ||
"elementOrder": [ | ||
"kind", | ||
"constant", | ||
"static", | ||
"readonly" | ||
], | ||
"usingDirectivesPlacement": "outsideNamespace", | ||
"systemUsingDirectivesFirst": true, | ||
"blankLinesBetweenUsingGroups": "omit" | ||
}, | ||
"namingRules": { | ||
"tupleElementNameCasing": "PascalCase", | ||
"includeInferredTupleElementNames": false | ||
}, | ||
"maintainabilityRules": { | ||
"topLevelTypes": [ | ||
"class", | ||
"enum", | ||
"delegate", | ||
"interface", | ||
"struct" | ||
] | ||
}, | ||
"layoutRules": { | ||
"allowDoWhileOnClosingBrace": false, | ||
"allowConsecutiveUsings": true, | ||
"newlineAtEndOfFile": "require" | ||
}, | ||
"documentationRules": { | ||
"companyName": "Vezel", | ||
"copyrightText": "Copyright © {companyName} Contributors. Licensed under the Zero-Clause BSD license.", | ||
"headerDecoration": "---------------------------------------------------------------------------", | ||
"xmlHeader": false, | ||
"fileNamingConvention": "metadata", | ||
"documentationCulture": "en-US", | ||
"documentExposedElements": true, | ||
"documentInternalElements": false, | ||
"documentPrivateElements": false, | ||
"documentPrivateFields": false, | ||
"documentInterfaces": false, | ||
"excludeFromPunctuationCheck": [ | ||
"seealso" | ||
] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
Oops, something went wrong.