microsoft/hve-core

Public

mirrored from https://github.com/microsoft/hve-coreAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
feat/ado-backlog-foundation

Branches

Tags

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

Clone

HTTPS

Download ZIP

collections/coding-standards.collection.yml

41lines · modecode

1id: coding-standards
2name: Coding Standards
3description: Language-specific coding instructions for bash, Bicep, C#, PowerShell, Python, Rust, and Terraform projects
4tags:
5 - coding-standards
6 - bash
7 - bicep
8 - csharp
9 - powershell
10 - python
11 - rust
12 - terraform
13 - uv
14items:
15 # Instructions
16 - path: .github/instructions/coding-standards/bash/bash.instructions.md
17 kind: instruction
18 - path: .github/instructions/coding-standards/bicep/bicep.instructions.md
19 kind: instruction
20 - path: .github/instructions/coding-standards/csharp/csharp.instructions.md
21 kind: instruction
22 - path: .github/instructions/coding-standards/csharp/csharp-tests.instructions.md
23 kind: instruction
24 - path: .github/instructions/coding-standards/powershell/pester.instructions.md
25 kind: instruction
26 - path: .github/instructions/coding-standards/powershell/powershell.instructions.md
27 kind: instruction
28 - path: .github/instructions/coding-standards/rust/rust.instructions.md
29 kind: instruction
30 - path: .github/instructions/coding-standards/rust/rust-tests.instructions.md
31 kind: instruction
32 - path: .github/instructions/coding-standards/python-script.instructions.md
33 kind: instruction
34 - path: .github/instructions/coding-standards/terraform/terraform.instructions.md
35 kind: instruction
36 - path: .github/instructions/coding-standards/uv-projects.instructions.md
37 kind: instruction
38 - path: .github/instructions/shared/hve-core-location.instructions.md
39 kind: instruction
40display:
41 ordering: alpha
42