docs updated

This commit is contained in:
2026-05-08 21:12:49 +02:00
parent 5a261f5fe2
commit 023d139281
2 changed files with 1 additions and 7 deletions

View File

@@ -2,6 +2,7 @@
If this is a linux environment, read `AGENTS.linux.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.
## Rules

View File

@@ -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 long boolean expressions and interpolated status strings readable without introducing unnecessary blank lines.
- 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.