diff --git a/AGENTS.md b/AGENTS.md index 15a0c6b..a5333a4 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -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 diff --git a/CODESTYLE.md b/CODESTYLE.md index 5035862..ec5431c 100644 --- a/CODESTYLE.md +++ b/CODESTYLE.md @@ -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.