Skip to content

Refactor coding style and improve formatting#24

Merged
StevenTCramer merged 1 commit into
masterfrom
Cramer/2025-07-31/filename-rule
Oct 17, 2025
Merged

Refactor coding style and improve formatting#24
StevenTCramer merged 1 commit into
masterfrom
Cramer/2025-07-31/filename-rule

Conversation

@StevenTCramer
Copy link
Copy Markdown
Contributor

Summary

  • Replace var with explicit type declarations throughout source generators
  • Standardize whitespace and indentation for better consistency
  • Update example code to use PascalCase field naming convention
  • Consolidate attribute class declarations to single line format

Changes

Files Modified

  • file-name-rule-analyzer.cs - Improved whitespace consistency
  • interface-delegation-attribute.cs - Updated example code to use PascalCase fields
  • interface-delegation-generator.cs - Replaced var with explicit types, improved formatting
  • markdown-docs-generator.cs - Replaced var with explicit types
  • xml-docs-to-markdown-analyzer.cs - Replaced var with explicit types

Test Plan

  • Build passes
  • All existing functionality remains unchanged
  • Code style is more consistent and readable

🤖 Generated with Claude Code

- Replace var with explicit type declarations
- Standardize whitespace and indentation
- Update example code to use PascalCase for fields
- Consolidate attribute class declaration to single line
@StevenTCramer StevenTCramer merged commit 1a6838e into master Oct 17, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant