Update README.md

This commit is contained in:
2026-05-23 01:20:09 +02:00
committed by GitHub
parent 11fc2882ff
commit a59cf8b79c

View File

@@ -23,6 +23,7 @@ Below are the concrete rules governing sections, keys, values, and supported dat
- All (sub-) sections may only be defined once. - All (sub-) sections may only be defined once.
- (Sub-) sections can be empty. - (Sub-) sections can be empty.
- Keys within (sub-) sections use `key = value` syntax and are seperated by new-lines. - Keys within (sub-) sections use `key = value` syntax and are seperated by new-lines.
- Keys within (sub-) sections may only be defined once.
- Key and (sub-) section names may only contain `a-z`, `A-Z`, `0-9`, and `_`. - Key and (sub-) section names may only contain `a-z`, `A-Z`, `0-9`, and `_`.
- Values may never reach over multiple lines. - Values may never reach over multiple lines.
- Empty keys (i.e., keys without values) are not allowed. - Empty keys (i.e., keys without values) are not allowed.