cf.conf

来自「The configuration file reading samples f」· CONF 代码 · 共 21 行

CONF
21
字号
// simple assignment
string-value = "foo"

// list value assignment
list_value = [ "a", "b", "c" ]

// map value assignment
map-value = {
    foo = "bar"
    bar = "foo"
}

binary_string = "\0\xff\r\n\0\0\x4a"

/* deep nesting */
nested-list = [[[["deep nesting"]]]]

a = {
    d = ["d", ["e","r"], "my index is 2"]
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?