Skip to content

refactor: avoid tabs in markdown files#448

Merged
vbreuss merged 2 commits into
mainfrom
topic/fix-markdown-spacing
Feb 1, 2026
Merged

refactor: avoid tabs in markdown files#448
vbreuss merged 2 commits into
mainfrom
topic/fix-markdown-spacing

Conversation

@vbreuss
Copy link
Copy Markdown
Member

@vbreuss vbreuss commented Feb 1, 2026

This PR updates the .editorconfig file to enforce space-based indentation for Markdown files and makes corresponding formatting adjustments to existing Markdown documentation files to comply with the new configuration.

Key Changes:

  • Added Markdown-specific formatting rules to .editorconfig requiring 2-space indentation instead of tabs
  • Updated markdown files to remove tabs and add blank lines for improved formatting

@vbreuss vbreuss self-assigned this Feb 1, 2026
@vbreuss vbreuss added the documentation Improvements or additions to documentation label Feb 1, 2026
Copilot AI review requested due to automatic review settings February 1, 2026 05:35
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the .editorconfig file to enforce space-based indentation for Markdown files and makes corresponding formatting adjustments to existing Markdown documentation files to comply with the new configuration.

Changes:

  • Added Markdown-specific formatting rules to .editorconfig requiring 2-space indentation instead of tabs
  • Updated markdown files to remove tabs and add blank lines for improved formatting

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

File Description
.editorconfig Added Markdown section with space indentation rules (indent_size: 2, indent_style: space)
Docs/pages/setup/04-parameter-matching.md Added blank line after "Regular Expressions" heading
Docs/pages/setup/03-indexers.md Added blank line before "Notes:" section
CONTRIBUTING.md Reformatted wrapped text to remove inline continuation

@vbreuss vbreuss enabled auto-merge (squash) February 1, 2026 05:36
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented Feb 1, 2026

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Feb 1, 2026

Test Results

    21 files  ±0      21 suites  ±0   6m 17s ⏱️ + 1m 15s
 2 518 tests ±0   2 517 ✅ ±0  1 💤 ±0  0 ❌ ±0 
16 807 runs  ±0  16 806 ✅ ±0  1 💤 ±0  0 ❌ ±0 

Results for commit 9a0b7aa. ± Comparison against base commit 2852edd.

@vbreuss vbreuss merged commit f6e2ebe into main Feb 1, 2026
12 checks passed
@vbreuss vbreuss deleted the topic/fix-markdown-spacing branch February 1, 2026 05:41
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Feb 1, 2026

🚀 Benchmark Results

Details

BenchmarkDotNet v0.15.8, Linux Ubuntu 24.04.3 LTS (Noble Numbat)
AMD EPYC 7763 3.17GHz, 1 CPU, 4 logical and 2 physical cores
.NET SDK 10.0.102
[Host] : .NET 10.0.2 (10.0.2, 10.0.225.61305), X64 RyuJIT x86-64-v3

Job=InProcess Toolchain=InProcessEmitToolchain IterationCount=15
LaunchCount=1 WarmupCount=10

Method Mean Error StdDev Gen0 Gen1 Allocated
Simple_Mockolate 1.605 μs 0.0145 μs 0.0136 μs 0.2270 - 3.73 KB
Simple_Moq 177.561 μs 1.1490 μs 1.0186 μs 0.4883 - 14.55 KB
Simple_NSubstitute 5.819 μs 0.0344 μs 0.0305 μs 0.5569 0.0076 9.14 KB
Simple_FakeItEasy 6.409 μs 0.0531 μs 0.0496 μs 0.4959 - 8.11 KB

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Feb 1, 2026

This is addressed in release v1.2.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation state: released The issue is released

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants