docs updated
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
If this is a linux environment, read `AGENTS.linux.md`.
|
If this is a linux environment, read `AGENTS.linux.md`.
|
||||||
If this is a windows environment, read `AGENTS.windows.md`.
|
If this is a windows environment, read `AGENTS.windows.md`.
|
||||||
|
Follow the guidelines laid out in `CODESTYLE.md`.
|
||||||
Also see the other related technical documentation in the docs folder.
|
Also see the other related technical documentation in the docs folder.
|
||||||
|
|
||||||
## Rules
|
## Rules
|
||||||
|
|||||||
@@ -47,10 +47,3 @@ This repository follows the local `.editorconfig` and the style visible in the c
|
|||||||
- Keep simple object initializers and property patterns on one line when they are short and readable.
|
- Keep simple object initializers and property patterns on one line when they are short and readable.
|
||||||
- Keep long boolean expressions and interpolated status strings readable without introducing unnecessary blank lines.
|
- Keep long boolean expressions and interpolated status strings readable without introducing unnecessary blank lines.
|
||||||
- Keep using directives outside namespaces.
|
- Keep using directives outside namespaces.
|
||||||
|
|
||||||
## Line Endings And Encoding
|
|
||||||
|
|
||||||
- Normalize repository files with `python D:\Code\crlf.py ...`.
|
|
||||||
- Use CRLF line endings.
|
|
||||||
- Files normalized with the repository script are UTF-8 with BOM.
|
|
||||||
- Do not require a final newline unless the existing file or tooling specifically needs one.
|
|
||||||
|
|||||||
Reference in New Issue
Block a user