microsoft/hve-core

Public

mirrored fromhttps://github.com/microsoft/hve-coreAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
3e2dac35fe558d8815fb3594a2e87238732f8ecd

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

collections/coding-standards.collection.md

9lines · modecode

1Enforce language-specific coding conventions and best practices across your projects. This collection provides instructions for bash, Bicep, C#, Python, and Terraform that are automatically applied based on file patterns.
2
3This collection includes instructions for:
4
5- **Bash** — Shell scripting conventions and best practices
6- **Bicep** — Infrastructure as code implementation standards
7- **C#** — Code and test conventions including nullable reference types, async patterns, and xUnit testing
8- **Python** — Scripting implementation with type hints, docstrings, and uv project management
9- **Terraform** — Infrastructure as code with provider configuration and module structure
10