⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cf.conf

📁 The configuration file reading samples for ARM project development. Including the sample .conf files
💻 CONF
字号:
// 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -