Skip to content

Commit 81fb534

Browse files
Add universal authoring guidelines for consistent code formatting and structure
1 parent 5ac59a9 commit 81fb534

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
applyTo: '**'
3+
description: Standardize and improve code with consistent formatting, structure, and clarity.
4+
---
5+
6+
## Universal Authoring Guidelines
7+
8+
Lines SHALL not exceed 150 characters.
9+
Lines SHALL not have trailing whitespace at the end of lines, including blank lines.
10+
All files MUST end with a single newline.
11+
Paths SHALL use forward slashes (`/`), not backslashes (`\`) for compatibility across operating systems.
12+
Files SHALL use UTF-8 encoding.
13+
Files SHALL use Unix line endings (LF).

0 commit comments

Comments
 (0)