diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index c657430..efeff64 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "csharpier": { - "version": "1.2.6", + "version": "1.3.0", "commands": [ "csharpier" ], diff --git a/.editorconfig b/.editorconfig index c218e00..d1399cd 100644 --- a/.editorconfig +++ b/.editorconfig @@ -37,7 +37,7 @@ end_of_line = crlf indent_size = 2 # Json files -[*.json] +[*.{json,jsonc}] end_of_line = crlf # Linux scripts diff --git a/.markdownlint-cli2.jsonc b/.markdownlint-cli2.jsonc new file mode 100644 index 0000000..c6a5714 --- /dev/null +++ b/.markdownlint-cli2.jsonc @@ -0,0 +1,14 @@ +{ + "config": { + // Prose paragraphs and data-heavy tables/URLs are intentionally long; + // reflowing at 80 cols hurts readability and churns diffs. + "MD013": false, + // Inline HTML is used for reference-link section dividers. + "MD033": false, + // Require fenced code blocks over the legacy 4-space-indented style. + "MD046": { "style": "fenced" }, + // Wide tables are intentional where wrapping cells breaks GitHub rendering. + "MD060": false + }, + "gitignore": true +} diff --git a/Directory.Packages.props b/Directory.Packages.props index b17e533..6feb142 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -3,10 +3,10 @@ - + - +