diff options
| author | 2026-03-10 14:44:50 +0300 | |
|---|---|---|
| committer | 2026-03-10 14:44:50 +0300 | |
| commit | 92d84f6633767830ed964ebab8c3b94c77663394 (patch) | |
| tree | 5e087e3631d46e6cb81ccf895c408a79bc154ee2 /example | |
| parent | Полностью переписал библиотеку. Перевёл с... (diff) | |
| download | conf-0.2.0.tar.gz conf-0.2.0.tar.bz2 conf-0.2.0.tar.xz conf-0.2.0.zip | |
Diffstat (limited to '')
| -rw-r--r-- | example.conf | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/example.conf b/example.conf new file mode 100644 index 0000000..ba01b60 --- /dev/null +++ b/example.conf @@ -0,0 +1,12 @@ +some directive; +group1 param1 { + group2 param2 { + group3 param3 { + key "value"; + int_key 123; + float_key 123.321; + bool_key true; + } + external_vars "Concatenate with" EXTERNAL_VAR "and integer" 123; + } +}
\ No newline at end of file |
