aboutsummaryrefslogtreecommitdiff
path: root/contrib/ls-config/sample/config
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ls-config/sample/config')
-rw-r--r--contrib/ls-config/sample/config23
1 files changed, 23 insertions, 0 deletions
diff --git a/contrib/ls-config/sample/config b/contrib/ls-config/sample/config
new file mode 100644
index 0000000..abe7dda
--- /dev/null
+++ b/contrib/ls-config/sample/config
@@ -0,0 +1,23 @@
+grp :
+{
+ value = 10;
+ name = "sample";
+};
+lst = (
+ {
+ name = "sample";
+ },
+ {
+ comment = "sample secong group";
+ val = 10.2;
+ } );
+info = "more info about types in libconfig9 documentations";
+arr = [ 10, 20, 30 ];
+integer = 100;
+longint = 100L;
+flo = 100.01;
+boolean :
+{
+ truevalue = true;
+ falsevalue = false;
+};