mirror of
https://github.com/ToyB-Chan/mini-file-format.git
synced 2026-05-14 10:21:16 +02:00
Update README.md
This commit is contained in:
@@ -10,7 +10,7 @@ Ends with `.mini` i.e. `config.mini`.
|
|||||||
- All (sub-) sections must be explicitly defined before used elsewhere.
|
- All (sub-) sections must be explicitly defined before used elsewhere.
|
||||||
- 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.
|
- Keys within (sub-) sections use `key = value` syntax and are seperated by new-lines.
|
||||||
- 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.
|
||||||
|
|||||||
Reference in New Issue
Block a user