Fixed paragraph sequence.

This commit is contained in:
2026-08-22 11:46:11 +02:00
parent 52ba04de76
commit f832be30d3
+4 -4
View File
@@ -23,15 +23,15 @@ I'm an engineer. I know what I want. You must not propose next actions, unless I
- Source comments always describe the current functions of the code, never document the history. - Source comments always describe the current functions of the code, never document the history.
- Unusual coding diverging from upstream documentation can be commented after the end-user approval. - Unusual coding diverging from upstream documentation can be commented after the end-user approval.
### Terraform
- Do not create passthrough output variables, e.g. in an object or modules that take an input, do not expose the exact same value as output.
# Markdown style # Markdown style
- Do not put `---` directly before headers `#` of any level. - Do not put `---` directly before headers `#` of any level.
- Always sparate lists with a blank line from the preceeding paragraph. - Always sparate lists with a blank line from the preceeding paragraph.
### Terraform
- Do not create passthrough output variables, e.g. in an object or modules that take an input, do not expose the exact same value as output.
## All created files ## All created files
- Do not use any emojis nor fancy characters (non-ASCII outside of range 0x00 - 0x7f) when creating or modifying content. Do not scan files each time you touch them, just use the right characters. - Do not use any emojis nor fancy characters (non-ASCII outside of range 0x00 - 0x7f) when creating or modifying content. Do not scan files each time you touch them, just use the right characters.