From bd5cf2a81e4ada9059133f32b6ef0ee33bbe6600 Mon Sep 17 00:00:00 2001 From: ToyB-Chan Date: Fri, 31 Jan 2025 07:24:42 +0100 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ff91ea2..1b8a49d 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,11 @@ Ends with `.mini` i.e. `config.mini`. - Key and (sub-) section names may only contain `a-z`, `A-Z`, `0-9`, and `_`. - Empty keys (i.e., keys without values) are not allowed. - Spaces are ignored as long as they don't split up names or values. +- Spaces are not allowed during (sub-) section declaration. - Empty lines are ignored. - Comments are denoted by `#` and may only appear on separate lines. -- Cases are sensitive, except where otherwise noted. +- Cases are sensitive (for both names and values), except where otherwise noted. +- The underlying size of any type is application specific. ## Supported Data Types